Skip to content

Commit 3aa029f

Browse files
authored
Merge pull request #477 from opentensor/fix/thewhaleking/include-templates
Declare templates in MANIFEST and include package data
2 parents 1bc62ae + 5c690d3 commit 3aa029f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ share/python-wheels/
4646
*.egg-info/
4747
.installed.cfg
4848
*.egg
49-
MANIFEST
5049

5150
# PyInstaller
5251
# Usually these files are written by a python script from a template
@@ -209,4 +208,4 @@ replicate.yaml
209208
**/run.sh
210209

211210
# Notebooks
212-
*.ipynb
211+
*.ipynb

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recursive-include bittensor_cli/src/bittensor/templates *

pyproject.toml

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

6767
[tool.setuptools]
68-
package-dir = {"bittensor_cli" = "bittensor_cli"}
68+
package-dir = {"bittensor_cli" = "bittensor_cli"}
69+
include-package-data = true

0 commit comments

Comments
 (0)