diff options
-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 ==================== |