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:
f7d30a9529
This commit is contained in:
Michał Górny 2023-04-27 18:12:32 +02:00
parent 0244f53e2e
commit 19cf5d941a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]
requires = ["setuptools >= 40.6.0"]
build-backend = "setuptools.build_meta"
[tool.black]