Skip to content

Commit df0126e

Browse files
committed
PEP 518: Remove wheel from the example requirements since it's a dependency of setuptools
1 parent 2ac05b5 commit df0126e

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
@@ -32,7 +32,7 @@ An example ``build-system`` table for a project built with
3232
3333
[build-system]
3434
# Minimum requirements for the build system to execute.
35-
requires = ["setuptools", "wheel"]
35+
requires = ["setuptools"]
3636
3737
Build tools are expected to use the example configuration file above as
3838
their default semantics when a ``pyproject.toml`` file is not present.

0 commit comments

Comments
 (0)