From 13e045164ed9f13f4a57ad512419d7fe374cb520 Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Mon, 9 May 2022 22:42:59 +0300 Subject: [PATCH] pyproject.toml: Require 'setuptools' versions supporting PEP 517 Signed-off-by: Vasilis Tsiligiannis --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1e6ae6..186965c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,2 @@ [build-system] -requires = ["setuptools", "wheel"] +requires = ["setuptools>=40.8.0", "wheel"]