From c45c81938a1715eb4bdf9eaf6ac9d75becb8c191 Mon Sep 17 00:00:00 2001 From: Nathan Brown Date: Thu, 12 May 2022 19:57:50 -0400 Subject: [PATCH] Add link to additional packaging info --- docs/tutorial/install.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/install.rst b/docs/tutorial/install.rst index 3d7d7c60..9e808f14 100644 --- a/docs/tutorial/install.rst +++ b/docs/tutorial/install.rst @@ -67,10 +67,12 @@ This tells Python to copy everything in the ``static`` and ``templates`` directories, and the ``schema.sql`` file, but to exclude all bytecode files. -See the `official packaging guide`_ for another explanation of the files +See the official `Packaging tutorial `_ and +`detailed guide `_ for more explanation of the files and options used. -.. _official packaging guide: https://packaging.python.org/tutorials/packaging-projects/ +.. _packaging tutorial: https://packaging.python.org/tutorials/packaging-projects/ +.. _packaging guide: https://packaging.python.org/guides/distributing-packages-using-setuptools/ Install the Project