This commit is contained in:
Arti Zirk
2020-11-03 21:18:35 +02:00
commit d2de4e13d7
9 changed files with 440 additions and 0 deletions

3
pyproject.toml Normal file
View File

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