From 533477bf64a216a09ffcb0a5098e211d9dc73b47 Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 1 Dec 2020 02:12:57 +0100 Subject: [PATCH] formatting --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15e3cb3..a25f0cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,12 @@ + [build-system] -requires = ["setuptools >=39.2.0", "setuptools_scm >= 4.1.2", "wheel >= 0.35.1"] +# Preparing for PEP-517/PEP-518, but not in effect yet. +# These requires are not effective yet, setup.cfg is. +requires =[ + "setuptools >=39.2.0", + "setuptools_scm >= 4.1.2", + "wheel >= 0.35.1" ] + build-backend = "setuptools.build_meta" [tool.pytest.ini_options]