Skip to content

Commit d6781bc

Browse files
akxmatthewdouglas
andauthored
Exclude tests from distribution (#1486)
* Exclude tests from distribution Fixes #1478 * Update pyproject.toml * Update pyproject.toml --------- Co-authored-by: Matthew Douglas <[email protected]>
1 parent b417277 commit d6781bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ test = [
7474
[tool.setuptools]
7575
package-data = { "*" = ["libbitsandbytes*.*"] }
7676

77+
[tool.setuptools.packages.find]
78+
include = ["bitsandbytes*"]
79+
7780
[tool.setuptools.dynamic]
7881
version = {attr = "bitsandbytes.__version__"}
7982

0 commit comments

Comments
 (0)