Skip to content

Commit

Permalink
Remove redundant wheel dep from pyproject.toml (#765)
Browse files Browse the repository at this point in the history
The `wheel` dependency is added automatically by setuptools build
backend (since day one) and therefore should not be specified
explicitly.  Listing it in documentation was a historical mistake
and has been corrected since.  See:
pypa/setuptools@f7d30a9
  • Loading branch information
mgorny committed May 26, 2022
1 parent 9d4c06e commit 59065fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"


Expand Down

0 comments on commit 59065fa

Please sign in to comment.