Skip to content

Commit

Permalink
try ignoring tests dir
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Oct 3, 2024
1 parent 79baf07 commit 2b57e43
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ Repository = "https://github.com/opentensor/btwallet"
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[tool.setuptools]
include-package-data = false

[tool.setuptools.packages.find]
include = ["bittensor_wallet*", "src*"]
exclude = ["tests*"]

[project.optional-dependencies]
dev = [
"pytest==7.2.0",
Expand All @@ -69,5 +76,6 @@ dev = [
"ruff==0.4.7",
"aioresponses==0.7.6",
"factory-boy==3.3.0",
"maturin==1.7.0"
"maturin==1.7.0",
"py-bip39-bindings==0.1.11",
]
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ httpx==0.27.0
ruff==0.4.7
aioresponses==0.7.6
factory-boy==3.3.0
maturin==1.7.0
maturin==1.7.0
py-bip39-bindings==0.1.11

0 comments on commit 2b57e43

Please sign in to comment.