first commit

This commit is contained in:
2022-01-11 15:44:16 +01:00
commit 0d3114d027
10 changed files with 80 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"