Skip to content

Commit 53f5aed

Browse files
Merge pull request #144 from CITCOM-project/pyproject_module_discovery
Fix pyproject.toml module discovery
2 parents fc70635 + 7cb73bc commit 53f5aed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=45",
3+
"setuptools>=64",
44
"setuptools_scm[toml]>=6.2",
55
"wheel"
66
]
@@ -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)