diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-28 06:34:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 06:34:14 -0400 |
commit | 41732cd23ba41c7f399f15504ab2ef3792b58624 (patch) | |
tree | 8a0c87737d72a16faa13fc4fa84b2df3949f968c | |
parent | 7b25b1a6a70577fdadbadb75b55a80a328143848 (diff) | |
parent | 96a1acb471eb8b2745a7ef98eceafb1671d7812c (diff) | |
download | external_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.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 |