Add pyproject.toml

This commit is contained in:
Teemu Ikonen 2021-07-30 22:02:30 +03:00
parent 79f36ffb4a
commit 1619d416cf
1 changed files with 6 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"