Switch to setup.cfg due to deprecation of setup.py

This commit is contained in:
Peter Pfeufer
2022-03-09 09:50:40 +00:00
committed by Ariel Rin
parent c377bcec5f
commit 6846bb7cdc
6 changed files with 93 additions and 93 deletions

6
pyproject.toml Normal file
View File

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