treepuncher/pyproject.toml
2022-02-20 13:12:50 +01:00

7 lines
99 B
TOML

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