aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-28 06:34:14 -0400
committerGitHub <noreply@github.com>2020-05-28 06:34:14 -0400
commit41732cd23ba41c7f399f15504ab2ef3792b58624 (patch)
tree8a0c87737d72a16faa13fc4fa84b2df3949f968c
parent7b25b1a6a70577fdadbadb75b55a80a328143848 (diff)
parent96a1acb471eb8b2745a7ef98eceafb1671d7812c (diff)
downloadexternal_python_setuptools-41732cd23ba41c7f399f15504ab2ef3792b58624.tar.gz
external_python_setuptools-41732cd23ba41c7f399f15504ab2ef3792b58624.tar.bz2
external_python_setuptools-41732cd23ba41c7f399f15504ab2ef3792b58624.zip
Merge pull request #2151 from Carreau/fix-doc
DOC: fix link missing >
-rw-r--r--docs/build_meta.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build_meta.txt b/docs/build_meta.txt
index ef9fb2ac..fcc2b7fe 100644
--- a/docs/build_meta.txt
+++ b/docs/build_meta.txt
@@ -68,7 +68,7 @@ Use ``setuptools``' `declarative config`_ to specify the package information::
Now generate the distribution. Although the PyPA is still working to
`provide a recommended tool <https://github.com/pypa/packaging-problems/issues/219>`_
-to build packages, the `pep517 package <https://pypi.org/project/pep517`_
+to build packages, the `pep517 package <https://pypi.org/project/pep517>`_
provides this functionality. To build the package::
$ pip install -q pep517