We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79350db commit c595636Copy full SHA for c595636
pyproject.toml
@@ -72,6 +72,7 @@ test = [
72
]
73
74
[tool.setuptools]
75
+packages = ["bitsandbytes"]
76
package-data = { "*" = ["libbitsandbytes*.*"] }
77
78
[tool.setuptools.dynamic]
@@ -149,6 +150,3 @@ ignore_missing_imports = true
149
150
[[tool.mypy.overrides]]
151
module = "scipy.stats"
152
ignore_missing_imports = true
-
153
-[tool.setuptools.packages.find]
154
-exclude = ["tests*"]
0 commit comments