Add build-system requirements to pyproject.toml

PEP518 added an alternative way to specify setup_requires before executing the setup.py script.
This commit is contained in:
Cristi Vîjdea
2018-12-19 19:43:51 +02:00
parent 7548a42a9b
commit dfd2bcabf2
+2
View File
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "setuptools-scm"]