Add build-system requirements to pyproject.toml

PEP518 added an alternative way to specify setup_requires before executing the setup.py script.
master
Cristi Vîjdea 2018-12-19 19:43:51 +02:00
parent 7548a42a9b
commit dfd2bcabf2
1 changed files with 2 additions and 0 deletions

View File

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