From 2385d71c8ba9a9c647100a2d5c6bb3f79619c88b Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sat, 14 Oct 2023 17:25:02 +0200 Subject: [PATCH] No hard requirements on setuptools so we can deal with python 3.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87d7a14..a61a356 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=66.1"] +requires = ["setuptools"] build-backend = "setuptools.build_meta" [project]