initial commit

This commit is contained in:
bit
2022-05-29 14:06:43 +02:00
commit 28caa06771
7 changed files with 103 additions and 0 deletions

3
pyproject.toml Normal file
View File

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