change install to pip 517

This commit is contained in:
2023-07-02 22:42:29 +02:00
parent c3effaecaf
commit 28255116f2
2 changed files with 6 additions and 6 deletions

6
pyproject.toml Normal file
View File

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

View File

@@ -1,6 +0,0 @@
#!/usr/bin/env python
import setuptools
if __name__ == "__main__":
setuptools.setup()