From 8b47267a438593ec1c523fe65739851e18b460fc Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Tue, 17 May 2022 13:41:22 +0200 Subject: [PATCH] Revert "build: explicit the build system" This reverts commit 7bc39e6d9d51e7321bfca8793e21b8066d9859d3. --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 065ae19..7145f7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,3 @@ -[build-system] -requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"] -build-backend = "setuptools.build_meta" - [tool.black] target-version = ["py37"]