diff --git a/docs/build_meta.rst b/docs/build_meta.rst index 2ad5ae267e..006ac3f154 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 `_. +Python packaging has come `a long way `_. The traditional ``setuptools`` way of packaging Python modules uses a ``setup()`` function within the ``setup.py`` script. Commands such as