Files
skeleton-small_project/pyproject.toml
Martin Fencl d9bee53a00 init
2022-07-13 18:43:52 +02:00

7 lines
104 B
TOML

[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"