Skip to content

Commit 3d8231b

Browse files
committed
Re-apply “PEP 518: Remove wheel from the example requirements since it's a dependency of setuptools”
1 parent c665d9a commit 3d8231b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/specifications/declaring-build-dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ An example ``build-system`` table for a project built with
3434
3535
[build-system]
3636
# Minimum requirements for the build system to execute.
37-
requires = ["setuptools", "wheel"]
37+
requires = ["setuptools"]
3838
3939
Build tools are expected to use the example configuration file above as
4040
their default semantics when a ``pyproject.toml`` file is not present.

0 commit comments

Comments
 (0)