Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions peps/pep-0518.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ the ``pyproject.toml`` file will be::

[build-system]
# Minimum requirements for the build system to execute.
requires = ["setuptools", "wheel"] # PEP 508 specifications.
requires = ["setuptools"] # PEP 508 specifications.

Because the use of setuptools and wheel are so expansive in the
Because the use of setuptools is so expansive in the
community at the moment, build tools are expected to use the example
configuration file above as their default semantics when a
``pyproject.toml`` file is not present.
Expand Down