pyproject.toml & setup.cfg toegevoegd

This commit is contained in:
Marcel Nijenhof
2021-12-28 22:22:39 +01:00
parent 230b929b4c
commit f521992f58
4 changed files with 27 additions and 26 deletions

6
pyproject.toml Normal file
View File

@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"