exec-notify/pyproject.toml

9 lines
190 B
TOML
Raw Normal View History

2021-07-22 13:01:18 +02:00
# https://packaging.python.org/tutorials/packaging-projects/#creating-pyproject-toml
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"