Setup file for building package.

This commit is contained in:
2021-07-03 21:04:43 +02:00
parent 57b1b4e1f2
commit e36ba428a7
2 changed files with 50 additions and 0 deletions

7
pyproject.toml Normal file
View File

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