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:
@@ -0,0 +1,2 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools", "wheel", "setuptools-scm"]
|
||||||
|
|||||||
Reference in New Issue
Block a user