8000 Remove redundant wheel dep from pyproject.toml · Python-Markdown/github-links@5bc28d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5bc28d3

Browse files
mgornywaylan
authored andcommitted
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 35d1935 commit 5bc28d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
# Minimum requirements for the build system to execute.
3-
requires = ["setuptools>=61.2", "wheel"]
3+
requires = ["setuptools>=61.2"]
44
build-backend = "setuptools.build_meta"
55

66
[project]

0 commit comments

Comments
 (0)
0