got rid of setup.py

This commit is contained in:
2021-07-25 13:22:18 +02:00
parent 65f8c7d4be
commit 5ea0a55bcb
3 changed files with 43 additions and 34 deletions
+6
View File
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"