Skip to content

Commit 4accba9

Browse files
mgornydgelessus
authored andcommitted
Remove redundant wheel dep
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
1 parent c296099 commit 4accba9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools >= 38.6.0", "wheel >= 0.23.0"]
2+
requires = ["setuptools >= 38.6.0"]
33
build-backend = "setuptools.build_meta"

setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ install_requires =
3636
enum34; python_version < "3.4"
3737
setup_requires =
3838
setuptools >= 38.6.0
39-
wheel >= 0.23.0
4039

4140
[bdist_wheel]
4241
# This flag says that the code is written to work on both Python 2 and Python

0 commit comments

Comments
 (0)