We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038ce3b commit 520b3a9Copy full SHA for 520b3a9
pyproject.toml
@@ -32,8 +32,9 @@ homepage = "https://github.com/input-output-hk/cardano-clusterlib-py"
32
documentation = "https://cardano-clusterlib-py.readthedocs.io/"
33
repository = "https://github.com/input-output-hk/cardano-clusterlib-py"
34
35
-[tool.setuptools]
36
-package-dir = {"" = "cardano_clusterlib"}
+[tool.setuptools.packages.find]
+where = ["."]
37
+include = ["cardano_clusterlib*"]
38
39
[tool.setuptools_scm]
40
0 commit comments