Moved to PEP 518 compliant setup

This commit is contained in:
GuardKenzie
2021-04-19 18:08:30 +00:00
parent 0002421be7
commit 28059ed42d
3 changed files with 35 additions and 22 deletions

6
pyproject.toml Normal file

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