de-p1st-monitor/pyproject.toml
2023-06-15 16:26:11 +02:00

9 lines
190 B
TOML

# https://packaging.python.org/tutorials/packaging-projects/#creating-pyproject-toml
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"