Skip to content

Commit

Permalink
docs: remove direct references to PEP 517 in docs landing page
Browse files Browse the repository at this point in the history
This project implements functionality described across multiple PEPs. It
is clearer to refer to this as pyproject.toml-based rather than
referencing a PEP number.
  • Loading branch information
pradyunsg committed Mar 17, 2023
1 parent b52fdbd commit 357b26b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
build
*****

A simple, correct :pep:`517` build frontend.
A simple, correct Python packaging build frontend.

build will invoke the :pep:`517` hooks to build a distribution package.
build manages ``pyproject.toml``-based builds, invoking
build-backend hooks as appropriate to build a distribution package.
It is a simple build tool and does not perform any dependency management.

.. sphinx_argparse_cli::
Expand Down

0 comments on commit 357b26b

Please sign in to comment.