Skip to content

Commit 161c687

Browse files
authored
chore(packaging): Remove redundant wheel dep from pyproject.toml (#671)
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 <[email protected]>
1 parent bd62797 commit 161c687

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
build-backend = 'setuptools.build_meta'
33
requires = [
44
'setuptools >= 46.4.0',
5-
'wheel'
6-
]
5+
]

0 commit comments

Comments
 (0)