Add .pyproject.toml file for PEP 517 compliance

This commit is contained in:
Pyfisch 2021-04-05 14:09:22 +02:00
parent 2c73989da4
commit c284092a15
1 changed files with 3 additions and 0 deletions

3
pyproject.toml Normal file
View File

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