mirror of
https://github.com/mesonbuild/meson.git
synced 2026-06-24 08:48:03 +00:00
setuptools 70.1+ does not need wheel at all; older versions would fetch wheel when building wheels (but not sdists).
4 lines
85 B
TOML
4 lines
85 B
TOML
[build-system]
|
|
requires = ["setuptools>=42"]
|
|
build-backend = "setuptools.build_meta"
|