From 7ee3e9c42d49299e3f6bca92712a2fff7cf99b90 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 14 Jan 2021 20:11:18 +0100 Subject: [PATCH] Also bump setuptools version in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eaf552d8..6b3968db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4.3"] +requires = ["setuptools>=46.1", "wheel", "setuptools_scm[toml]>=3.4.3"] build-backend = "setuptools.build_meta" [tool.setuptools_scm]