add pyproject.yaml for PEP 518

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-12-11 00:36:22 +03:00
parent c860fec339
commit 7117b2bcd7
Signed by untrusted user: r4sas
GPG Key ID: 66F6C87B98EBCFE2

2
pyproject.toml Normal file
View File

@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "wheel"]