Files
meson/pyproject.toml
Miro Hrončok 5fcaf4c21d Do not require wheel for building
setuptools 70.1+ does not need wheel at all;

older versions would fetch wheel
when building wheels (but not sdists).
2026-01-05 17:56:07 -05:00

4 lines
85 B
TOML

[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"