From dfd2bcabf2769727310514f965c3be75cb5f3834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Wed, 19 Dec 2018 19:43:51 +0200 Subject: [PATCH] Add build-system requirements to pyproject.toml PEP518 added an alternative way to specify setup_requires before executing the setup.py script. --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e69de29..2a39a17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[build-system] +requires = ["setuptools", "wheel", "setuptools-scm"]