diff options
Diffstat (limited to 'docs/setuptools.rst')
-rw-r--r-- | docs/setuptools.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setuptools.rst b/docs/setuptools.rst index cf802176..14400164 100644 --- a/docs/setuptools.rst +++ b/docs/setuptools.rst @@ -51,7 +51,7 @@ Feature Highlights: Developer's Guide ----------------- - +The developer's guide has been updated. See the :doc:`most recent version <userguide/index>`. @@ -154,7 +154,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:: |