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 d66ec3c commit 1a39739Copy full SHA for 1a39739
pyproject.toml
@@ -92,6 +92,9 @@ test-command = "python -c \"import blosc2; blosc2.print_versions()\""
92
manylinux-x86_64-image = "manylinux2014"
93
manylinux-aarch64-image = "manylinux2014"
94
95
+[tool.scikit-build.sdist]
96
+exclude = ["bench*", ".github*"]
97
+
98
[tool.ruff]
99
line-length = 109
100
extend-exclude = ["bench"]
0 commit comments