Skip to content

Commit

Permalink
Merge pull request #144 from CITCOM-project/pyproject_module_discovery
Browse files Browse the repository at this point in the history
Fix pyproject.toml module discovery
  • Loading branch information
christopher-wild authored Feb 23, 2023
2 parents fc70635 + 7cb73bc commit 53f5aed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=45",
"setuptools>=64",
"setuptools_scm[toml]>=6.2",
"wheel"
]
Expand Down Expand Up @@ -46,8 +46,8 @@ build-backend = "setuptools.build_meta"
Documentation = "https://causal-testing-framework.readthedocs.io/"
Source = "https://github.com/CITCOM-project/CausalTestingFramework"

[tool.setuptools.packages.find]
where = ["causal_testing"]
[tool.setuptools.packages]
find = {}

[tool.setuptools_scm]

Expand Down

0 comments on commit 53f5aed

Please sign in to comment.