Files
2026-07-13 13:39:38 +08:00

11 lines
233 B
TOML

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.cibuildwheel]
skip = "*-musllinux_*"
test-command = "python {project}/test_import.py"
[tool.cibuildwheel.macos]
repair-wheel-command = ""