Skip to content

Commit c595636

Browse files
Update pyproject.toml
1 parent 79350db commit c595636

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ test = [
7272
]
7373

7474
[tool.setuptools]
75+
packages = ["bitsandbytes"]
7576
package-data = { "*" = ["libbitsandbytes*.*"] }
7677

7778
[tool.setuptools.dynamic]
@@ -149,6 +150,3 @@ ignore_missing_imports = true
149150
[[tool.mypy.overrides]]
150151
module = "scipy.stats"
151152
ignore_missing_imports = true
152-
153-
[tool.setuptools.packages.find]
154-
exclude = ["tests*"]

0 commit comments

Comments
 (0)