Skip to content

Commit a2b6dad

Browse files
author
Roman
committed
try this
1 parent 556fa5c commit a2b6dad

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,8 @@ classifiers = [
6565
]
6666

6767
[tool.setuptools]
68-
package-dir = {"bittensor_cli" = "bittensor_cli"}
69-
include-package-data = true
68+
package-dir = {"" = "bittensor_cli/src"}
69+
include-package-data = true
70+
71+
[tool.setuptools.package-data]
72+
"bittensor_cli" = ["templates/**/*"]

0 commit comments

Comments
 (0)