Skip to content

Commit 322e7e6

Browse files
authored
Merge pull request #319 from input-output-hk/fix_built_packages
fix(build): update setuptools package discovery config
2 parents 038ce3b + 520b3a9 commit 322e7e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ homepage = "https://github.com/input-output-hk/cardano-clusterlib-py"
3232
documentation = "https://cardano-clusterlib-py.readthedocs.io/"
3333
repository = "https://github.com/input-output-hk/cardano-clusterlib-py"
3434

35-
[tool.setuptools]
36-
package-dir = {"" = "cardano_clusterlib"}
35+
[tool.setuptools.packages.find]
36+
where = ["."]
37+
include = ["cardano_clusterlib*"]
3738

3839
[tool.setuptools_scm]
3940

0 commit comments

Comments
 (0)