diff options
| author | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2020-05-27 09:06:45 -0700 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-28 06:38:09 -0400 |
| commit | 01a876255e0a1135d03ee10c52b8cccfa4992e5d (patch) | |
| tree | 9774f92359af4e158de7231e3b947f2f827a9e8a | |
| parent | 00d5185c444b432cb6ce7b4f3f1685066b03e35a (diff) | |
| download | python-setuptools-git-01a876255e0a1135d03ee10c52b8cccfa4992e5d.tar.gz | |
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 |
