diff options
| author | clint-lawrence <clint.lawrence@gmail.com> | 2021-05-25 16:43:08 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-25 16:43:08 +1000 |
| commit | 269572281b977362d344c83d82b28a8c0bba746f (patch) | |
| tree | 8bd9a62c9d09580f0845daac7ff42d6b5538f522 | |
| parent | a5131f0b82e098da6c07a03a47f36f3a52f73fb6 (diff) | |
| download | python-setuptools-git-269572281b977362d344c83d82b28a8c0bba746f.tar.gz | |
Fix a broken external link
| -rw-r--r-- | docs/build_meta.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build_meta.rst b/docs/build_meta.rst index 2ad5ae26..006ac3f1 100644 --- a/docs/build_meta.rst +++ b/docs/build_meta.rst @@ -5,7 +5,7 @@ Build System Support What is it? ------------- -Python packaging has come `a long way <https://www.bernat.tech/pep-517-518/>`_. +Python packaging has come `a long way <https://bernat.tech/posts/pep-517-518/>`_. The traditional ``setuptools`` way of packaging Python modules uses a ``setup()`` function within the ``setup.py`` script. Commands such as |
