diff options
author | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2020-05-27 09:06:45 -0700 |
---|---|---|
committer | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2020-05-27 09:06:52 -0700 |
commit | 96a1acb471eb8b2745a7ef98eceafb1671d7812c (patch) | |
tree | 8a0c87737d72a16faa13fc4fa84b2df3949f968c | |
parent | 7b25b1a6a70577fdadbadb75b55a80a328143848 (diff) | |
download | external_python_setuptools-96a1acb471eb8b2745a7ef98eceafb1671d7812c.tar.gz external_python_setuptools-96a1acb471eb8b2745a7ef98eceafb1671d7812c.tar.bz2 external_python_setuptools-96a1acb471eb8b2745a7ef98eceafb1671d7812c.zip |
DOC: fix link missing >
The `decalrative config`_ link present higher in the document is also
unresolved, I'm not quite sure what the intended target was.
-rw-r--r-- | docs/build_meta.txt | 2 |
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 |