mirror of
https://codeberg.org/privacy1st/de-p1st-monitor
synced 2024-11-21 19:33:18 +01:00
9 lines
190 B
TOML
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"
|