Moved the metadata from setup.py to setup.cfg

This commit is contained in:
KOLANICH
2019-12-12 11:46:47 +03:00
parent 35b37f7fbc
commit eed3884e70
4 changed files with 91 additions and 88 deletions

3
pyproject.toml Normal file
View File

@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "pathlib2 ; python_version < '3'"]
build-backend = "setuptools.build_meta"