From e801a69a38d9d6705172243bccf046d0925bbddc Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Oct 23 2022 04:54:46 +0000 Subject: Remove redundant wheel dep from pyproject.toml Remove the redundant `wheel` dependency, as it is added by the backend automatically. Listing it explicitly in the documentation was a historical mistake and has been fixed since, see: https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a --- diff --git a/pyproject.toml b/pyproject.toml index 2b33571..4cb8911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [build-system] # Minimum requirements for the build system. -requires = ["setuptools", "wheel", "docutils"] +requires = ["setuptools", "docutils"] # Local-variables: