This commit is contained in:
Martin Fencl
2022-07-13 18:43:52 +02:00
commit d9bee53a00
22 changed files with 419 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"