Skip to content

Commit aab2e97

Browse files
committed
try ignoring tests dir
1 parent 0c3f84e commit aab2e97

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

pyproject.toml

+9-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ Repository = "https://github.com/opentensor/btwallet"
4949
requires = ["maturin>=1.0,<2.0"]
5050
build-backend = "maturin"
5151

52+
[tool.setuptools]
53+
include-package-data = false
54+
55+
[tool.setuptools.packages.find]
56+
include = ["bittensor_wallet*", "src*"]
57+
exclude = ["tests*"]
58+
5259
[project.optional-dependencies]
5360
dev = [
5461
"pytest==7.2.0",
@@ -69,5 +76,6 @@ dev = [
6976
"ruff==0.4.7",
7077
"aioresponses==0.7.6",
7178
"factory-boy==3.3.0",
72-
"maturin==1.7.0"
79+
"maturin==1.7.0",
80+
"py-bip39-bindings==0.1.11",
7381
]

requirements/dev.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ httpx==0.27.0
1616
ruff==0.4.7
1717
aioresponses==0.7.6
1818
factory-boy==3.3.0
19-
maturin==1.7.0
19+
maturin==1.7.0
20+
py-bip39-bindings==0.1.11

0 commit comments

Comments
 (0)