Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Jul 7, 2024
1 parent a32190f commit 034916e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dodiscover/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from . import ci # noqa: F401
from . import metrics # noqa: F401
from . import toporder
from . import testdata
from ._protocol import EquivalenceClass, Graph
from ._version import __version__ # noqa: F401
from .constraint import FCI, PC, PsiFCI
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ test = [
include-package-data = false

[tool.setuptools.package-data]
'dodiscover.export' = ['dodiscover/testdata/*']
'testdata' = ['dodiscover/testdata/*']

[tool.setuptools.packages.find]
include = ['dodiscover*']
exclude = ['*tests', '*testdata']
exclude = ['*tests']

[tool.black]
line-length = 100
Expand Down

0 comments on commit 034916e

Please sign in to comment.