Files
third_party_pyyaml/pyproject.toml
T
2025-06-03 18:05:06 +08:00

10 lines
253 B
TOML

[build-system]
requires = [
"setuptools", # FIXME: declare min/max setuptools versions?
"wheel",
"Cython; python_version < '3.13'",
"Cython>=3.0; python_version >= '3.13'"
]
backend-path = ["packaging"]
build-backend = "_pyyaml_pep517"