From 7f650f3040852232e84bc443bb59689ec594b4dc Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 7 Jul 2022 08:58:12 -0400 Subject: [PATCH] Remove wheel from build-system.requires --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef2784f..b3491a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,3 @@ [build-system] -requires = [ - "setuptools >= 46.4.0", - "wheel ~= 0.32" -] +requires = ["setuptools >= 46.4.0"] build-backend = "setuptools.build_meta"