treepuncher/pyproject.toml

8 lines
99 B
TOML
Raw Normal View History

2022-02-20 13:12:50 +01:00
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"