Skip to content

Commit deb8e54

Browse files
authored
Add package finding configuration to pyproject.toml
1 parent a054c9b commit deb8e54

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ dependencies = [
3333
[tool.setuptools.package-data]
3434
ccdtools = ["config/*.yml", "config/*.yaml"]
3535

36+
[tool.setuptools.packages.find]
37+
where = ["src"]
38+
3639
[project.urls]
3740
Homepage = "https://github.com/ACCESS-NRI/ccdtools"
3841
Repository = "https://github.com/ACCESS-NRI/ccdtools"

0 commit comments

Comments
 (0)