Skip to content

Commit 7cb73bc

Browse files
Swap to auto module discovery in setuptools
1 parent 0c2b50d commit 7cb73bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ build-backend = "setuptools.build_meta"
4646
Documentation = "https://causal-testing-framework.readthedocs.io/"
4747
Source = "https://github.com/CITCOM-project/CausalTestingFramework"
4848

49-
[tool.setuptools.packages.find]
50-
where = ["causal_testing"]
49+
[tool.setuptools.packages]
50+
find = {}
5151

5252
[tool.setuptools_scm]
5353

0 commit comments

Comments
 (0)