Add build-system requirements to pyproject.toml
PEP518 added an alternative way to specify setup_requires before executing the setup.py script.master
parent
7548a42a9b
commit
dfd2bcabf2
|
|
@ -0,0 +1,2 @@
|
||||||
|
[build-system]
|
||||||
|
requires = ["setuptools", "wheel", "setuptools-scm"]
|
||||||
Loading…
Reference in New Issue