Skip to content

Commit 471ea4d

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 4626f7b commit 471ea4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[build-system]
22
requires = ["setuptools",
3-
"wheel",
43
"setuptools_scm",
54
"cython"]
65
build-backend = 'setuptools.build_meta'

0 commit comments

Comments
 (0)