Make it a proper package

This commit is contained in:
2021-03-28 16:02:22 +02:00
parent 6d8d94a1d0
commit f002247885
3 changed files with 40 additions and 0 deletions

6
pyproject.toml Normal file
View File

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