Merge pull request #4595 from nkabrown/add-installation-tutorial-link
Add link to additional packaging info
This commit is contained in:
commit
60ac0c5092
1 changed files with 4 additions and 2 deletions
|
|
@ -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 <packaging tutorial_>`_ and
|
||||
`detailed guide <packaging 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue