nextcast/pyproject.toml
2023-11-09 14:58:04 +01: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"