Skip to content

Commit

Permalink
chore(packaging): Remove redundant wheel dep from pyproject.toml (#671)
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

Signed-off-by: Michał Górny <mgorny@gentoo.org>
  • Loading branch information
mgorny authored Oct 9, 2022
1 parent bd62797 commit 161c687
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
build-backend = 'setuptools.build_meta'
requires = [
'setuptools >= 46.4.0',
'wheel'
]
]

0 comments on commit 161c687

Please sign in to comment.