switch to static setup file

This commit is contained in:
logykk 2022-04-15 14:59:08 +12:00
parent f71074811e
commit 5c4a317d89
3 changed files with 39 additions and 35 deletions

6
pyproject.toml Normal file
View file

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