1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/data/src/pep518_with_extra_and_markers-1.0/pyproject.toml

9 lines
190 B
TOML

[build-system]
requires = [
"requires_simple_extra[extra]",
"simplewheel==1.0; python_version < '3'",
"simplewheel==2.0; python_version >= '3'",
"setuptools",
"wheel",
]