Unverified Commit d6781bc6 authored by Aarni Koskela's avatar Aarni Koskela Committed by GitHub
Browse files

Exclude tests from distribution (#1486)



* Exclude tests from distribution

Fixes #1478

* Update pyproject.toml

* Update pyproject.toml

---------
Co-authored-by: default avatarMatthew Douglas <38992547+matthewdouglas@users.noreply.github.com>
parent b4172770
...@@ -74,6 +74,9 @@ test = [ ...@@ -74,6 +74,9 @@ test = [
[tool.setuptools] [tool.setuptools]
package-data = { "*" = ["libbitsandbytes*.*"] } package-data = { "*" = ["libbitsandbytes*.*"] }
[tool.setuptools.packages.find]
include = ["bitsandbytes*"]
[tool.setuptools.dynamic] [tool.setuptools.dynamic]
version = {attr = "bitsandbytes.__version__"} version = {attr = "bitsandbytes.__version__"}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment