fsfwgen/pyproject.toml

6 lines
103 B
TOML
Raw Normal View History

2022-03-11 11:35:47 +01:00
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"