From 269572281b977362d344c83d82b28a8c0bba746f Mon Sep 17 00:00:00 2001 From: clint-lawrence Date: Tue, 25 May 2021 16:43:08 +1000 Subject: [PATCH] Fix a broken external link --- docs/build_meta.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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