Skip to content

Commit

Permalink
remove redundant wheel dep from pyproject.toml
Browse files Browse the repository at this point in the history
Remove the redundant `wheel` dependency, as it is automatically added
by the setuptools build-backend.  Listing it in `pyproject.toml`
was a historical documentation mistake that was fixed recently (see
pypa/setuptools@f7d30a9).
  • Loading branch information
mgorny committed May 20, 2022
1 parent fd29593 commit 146aa05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
# Further build requirements come from setup.py via the PEP 517 interface
requires = [
"setuptools>=42",
"wheel",
]
build-backend = "setuptools.build_meta"

0 comments on commit 146aa05

Please sign in to comment.