summaryrefslogtreecommitdiff
path: root/docs/setuptools.rst
diff options
context:
space:
mode:
authorHenry Schreiner <HenrySchreinerIII@gmail.com>2021-01-01 20:16:51 -0500
committerGitHub <noreply@github.com>2021-01-01 20:16:51 -0500
commit51b78f9d90fcdb0a924ed12e7baa24660f53008c (patch)
tree1c1021eff822c6e44d41941572b3c6c149b831b0 /docs/setuptools.rst
parent95a9c474d30acc729b536f9ad88ead7efab62c5d (diff)
downloadpython-setuptools-git-51b78f9d90fcdb0a924ed12e7baa24660f53008c.tar.gz
fix: suggest PyPA build instead of pep517.build
Diffstat (limited to 'docs/setuptools.rst')
-rw-r--r--docs/setuptools.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.rst b/docs/setuptools.rst
index 1000a0ce..05516a4e 100644
--- a/docs/setuptools.rst
+++ b/docs/setuptools.rst
@@ -157,7 +157,7 @@ To use this feature:
]
build-backend = "setuptools.build_meta"
-* Use a :pep:`517` compatible build frontend, such as ``pip >= 19`` or ``pep517``.
+* Use a :pep:`517` compatible build frontend, such as ``pip >= 19`` or ``build``.
.. warning::