File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,13 @@ Repository = "https://github.com/opentensor/btwallet"
49
49
requires = [" maturin>=1.0,<2.0" ]
50
50
build-backend = " maturin"
51
51
52
+ [tool .setuptools ]
53
+ include-package-data = false
54
+
55
+ [tool .setuptools .packages .find ]
56
+ include = [" bittensor_wallet*" , " src*" ]
57
+ exclude = [" tests*" ]
58
+
52
59
[project .optional-dependencies ]
53
60
dev = [
54
61
" pytest==7.2.0" ,
@@ -69,5 +76,6 @@ dev = [
69
76
" ruff==0.4.7" ,
70
77
" aioresponses==0.7.6" ,
71
78
" factory-boy==3.3.0" ,
72
- " maturin==1.7.0"
79
+ " maturin==1.7.0" ,
80
+ " py-bip39-bindings==0.1.11" ,
73
81
]
Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ httpx==0.27.0
16
16
ruff==0.4.7
17
17
aioresponses==0.7.6
18
18
factory-boy==3.3.0
19
- maturin==1.7.0
19
+ maturin==1.7.0
20
+ py-bip39-bindings==0.1.11
You can’t perform that action at this time.
0 commit comments