Skip to content

Commit 57a9a47

Browse files
committed
Remove redundant wheel dep from pyproject.toml
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 b4a2a7c commit 57a9a47

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
requires = [
33
"setuptools>=39.2",
44
"setuptools_scm",
5-
"wheel"
65
]
76
build-backend = "setuptools.build_meta"
87

0 commit comments

Comments
 (0)