From 78339bc0d77649f47be496879e4a5f768657d229 Mon Sep 17 00:00:00 2001
From: Patrick Lannigan
Date: Mon, 2 Jan 2017 16:40:22 -0500
Subject: Have documentation link to referenced PEP.
---
docs/setuptools.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'docs')
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
====================
--
cgit v1.2.3