From d1635a076800bc670314a5bdcd74e40b2ca5c068 Mon Sep 17 00:00:00 2001 From: gaotingquan Date: Thu, 15 Aug 2024 07:56:35 +0000 Subject: [PATCH] setuptools 72.2.0 result in that MANIFEST.in is invalid --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a382edd138f..b6074ff55a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools", "wheel"] +requires = ["setuptools==69.5.1", "wheel"] build-backend = "setuptools.build_meta" [project]