Skip to content

Commit

Permalink
Exclude tests from distribution (#1486)
Browse files Browse the repository at this point in the history
* Exclude tests from distribution

Fixes #1478

* Update pyproject.toml

* Update pyproject.toml

---------

Co-authored-by: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com>
  • Loading branch information
akx and matthewdouglas authored Jan 23, 2025
1 parent b417277 commit d6781bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ test = [
[tool.setuptools]
package-data = { "*" = ["libbitsandbytes*.*"] }

[tool.setuptools.packages.find]
include = ["bitsandbytes*"]

[tool.setuptools.dynamic]
version = {attr = "bitsandbytes.__version__"}

Expand Down

0 comments on commit d6781bc

Please sign in to comment.