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.
2 parents 1bc62ae + 5c690d3 commit 3aa029fCopy full SHA for 3aa029f
.gitignore
@@ -46,7 +46,6 @@ share/python-wheels/
46
*.egg-info/
47
.installed.cfg
48
*.egg
49
-MANIFEST
50
51
# PyInstaller
52
# Usually these files are written by a python script from a template
@@ -209,4 +208,4 @@ replicate.yaml
209
208
**/run.sh
210
211
# Notebooks
212
-*.ipynb
+*.ipynb
MANIFEST.in
@@ -0,0 +1 @@
1
+recursive-include bittensor_cli/src/bittensor/templates *
pyproject.toml
@@ -65,4 +65,5 @@ classifiers = [
65
]
66
67
[tool.setuptools]
68
-package-dir = {"bittensor_cli" = "bittensor_cli"}
+package-dir = {"bittensor_cli" = "bittensor_cli"}
69
+include-package-data = true
0 commit comments