From 9e4fa99a02f58740c9cbf9921c17c6de81db55c9 Mon Sep 17 00:00:00 2001 From: max Date: Fri, 26 Jan 2024 04:24:27 -0600 Subject: [PATCH] lower setuptools --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b01ebf3e..5801c695 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,7 @@ [build-system] # https://stackoverflow.com/a/69711730 -requires = ["setuptools>=64.0.0", "wheel", "pip"] +#requires = ["setuptools>=64.0.0", "wheel", "pip"] +requires = ["setuptools>=42", "wheel", "pip"] build-backend = "setuptools.build_meta" [tool.pytest.ini_options]