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 556fa5c commit a2b6dadCopy full SHA for a2b6dad
pyproject.toml
@@ -65,5 +65,8 @@ classifiers = [
65
]
66
67
[tool.setuptools]
68
-package-dir = {"bittensor_cli" = "bittensor_cli"}
69
-include-package-data = true
+package-dir = {"" = "bittensor_cli/src"}
+include-package-data = true
70
+
71
+[tool.setuptools.package-data]
72
+"bittensor_cli" = ["templates/**/*"]
0 commit comments