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