diff options
Diffstat (limited to 'docs/build_meta.rst')
-rw-r--r-- | docs/build_meta.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/build_meta.rst b/docs/build_meta.rst index 9744488e..006ac3f1 100644 --- a/docs/build_meta.rst +++ b/docs/build_meta.rst @@ -5,9 +5,9 @@ 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 packgaging Python modules +The traditional ``setuptools`` way of packaging Python modules uses a ``setup()`` function within the ``setup.py`` script. Commands such as ``python setup.py bdist`` or ``python setup.py bdist_wheel`` generate a distribution bundle and ``python setup.py install`` installs the distribution. |