From 5878ac7bfb18cc4ae998cadb152035d5c36b1e56 Mon Sep 17 00:00:00 2001 From: VimiixYao Date: Mon, 13 Jan 2020 11:46:05 +0800 Subject: [PATCH] setuptools 45.0 has not support py2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e3b770..7a24145 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,2 @@ [build-system] -requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm>=3.3.1"] +requires = ["setuptools==43.0.0", "wheel", "setuptools_scm>=3.3.1"]