11 lines
233 B
TOML
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 = ""
|