From a60985259986679dab86bbf9699cd0733c1b4c57 Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Wed, 28 Aug 2024 01:38:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20setuptools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f095698..558a41f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools >= 42", + "setuptools >= 42, < 60.9.0", "wheel" ] build-backend = "setuptools.build_meta" \ No newline at end of file