Skip to content

Commit 1a39739

Browse files
committed
Exclude bench and .github dirs from source tarball
1 parent d66ec3c commit 1a39739

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ test-command = "python -c \"import blosc2; blosc2.print_versions()\""
9292
manylinux-x86_64-image = "manylinux2014"
9393
manylinux-aarch64-image = "manylinux2014"
9494

95+
[tool.scikit-build.sdist]
96+
exclude = ["bench*", ".github*"]
97+
9598
[tool.ruff]
9699
line-length = 109
97100
extend-exclude = ["bench"]

0 commit comments

Comments
 (0)