diff options
Diffstat (limited to 'docs/build_meta.txt')
-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 |