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 added by the backend
automatically.  Listing it explicitly in the documentation was
a historical mistake and has been fixed since, see:
pypa/setuptools@f7d30a9
  • Loading branch information
mgorny committed Nov 9, 2022
1 parent 67b416b commit 1b07f72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/362.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed unnecessary explicit requirement of `wheel` package from `pyproject.toml`.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[build-system]
requires = [
"setuptools>=51.0",
"wheel>=0.36",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 1b07f72

Please sign in to comment.