File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ share/python-wheels/
46
46
* .egg-info /
47
47
.installed.cfg
48
48
* .egg
49
- MANIFEST
50
49
51
50
# PyInstaller
52
51
# Usually these files are written by a python script from a template
@@ -209,4 +208,4 @@ replicate.yaml
209
208
** /run.sh
210
209
211
210
# Notebooks
212
- * .ipynb
211
+ * .ipynb
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.5.1 /2025-06-02
4
+ ## What's Changed
5
+ * Declare templates in MANIFEST and include package data by @thewhaleking in https://github.com/opentensor/btcli/pull/477
6
+
7
+
8
+ ** Full Changelog** : https://github.com/opentensor/btcli/compare/v9.5.0...v9.5.1
9
+
3
10
## 9.5.0 /2025-06-02
4
11
5
12
## What's Changed
Original file line number Diff line number Diff line change
1
+ recursive-include bittensor_cli/src/bittensor/templates *
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bittensor-cli"
7
- version = " 9.5.0 "
7
+ version = " 9.5.1 "
8
8
description = " Bittensor CLI"
9
9
readme = " README.md"
10
10
authors = [
@@ -65,4 +65,5 @@ classifiers = [
65
65
]
66
66
67
67
[tool .setuptools ]
68
- package-dir = {"bittensor_cli" = " bittensor_cli" }
68
+ package-dir = {"bittensor_cli" = " bittensor_cli" }
69
+ include-package-data = true
You can’t perform that action at this time.
0 commit comments