From 48320d5d358c0ab5741d5dd297665e1d3d7124f5 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]