diff options
author | Patrick Lannigan <p.lannigan@gmail.com> | 2017-01-02 16:40:22 -0500 |
---|---|---|
committer | Patrick Lannigan <p.lannigan@gmail.com> | 2017-01-02 16:40:22 -0500 |
commit | 78339bc0d77649f47be496879e4a5f768657d229 (patch) | |
tree | d0237c564f3f59c1a0196378fdb624ca7e995fa3 | |
parent | 80d29ed93d0ee3ea95ea921ae38e59bb86d4f627 (diff) | |
download | external_python_setuptools-78339bc0d77649f47be496879e4a5f768657d229.tar.gz external_python_setuptools-78339bc0d77649f47be496879e4a5f768657d229.tar.bz2 external_python_setuptools-78339bc0d77649f47be496879e4a5f768657d229.zip |
Have documentation link to referenced PEP.
-rw-r--r-- | docs/setuptools.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 94ee09ad..5dd30b13 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -799,7 +799,9 @@ windows, it should only be installed when the operating system is Windows. Specifying version requirements for the dependencies is supported as normal. The environmental markers that may be used for testing platform types are -detailed in PEP 496. +detailed in `PEP 496`_. + +.. _PEP 496: https://www.python.org/dev/peps/pep-0496/ Including Data Files ==================== |