From c5a65448f880e1d803b926f8346eff7bc10778fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 11 Jan 2023 21:44:34 +0100 Subject: [PATCH] Remove redundant wheel dep from pyproject.toml (#5832) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d984fdce7..df62231ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools >= 40.6.0", "wheel"] -build-backend = "setuptools.build_meta" \ No newline at end of file +requires = ["setuptools >= 40.6.0"] +build-backend = "setuptools.build_meta"