summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authoralvy <alvyjudy@gmail.com>2020-07-29 21:49:08 -0400
committeralvy <alvyjudy@gmail.com>2020-07-29 21:49:08 -0400
commit3268c199118dd5400e40b1afc401ea75a37dabb1 (patch)
tree01e69fc007b81352c2f97709cd99d2d8196810ff /docs/userguide
parentdbc968a808791a0cd494c4d993592e832d2e5fed (diff)
downloadpython-setuptools-git-3268c199118dd5400e40b1afc401ea75a37dabb1.tar.gz
docs: reference PEP440 for versions specifiers
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/dependency_management.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/userguide/dependency_management.txt b/docs/userguide/dependency_management.txt
index 1c9cf638..8bca4fd7 100644
--- a/docs/userguide/dependency_management.txt
+++ b/docs/userguide/dependency_management.txt
@@ -7,8 +7,9 @@ There are three types of dependency styles offered by setuptools:
dependency.
.. Note::
- For all the packages you intend to add to dependency, you can optionally
- specify the version following :ref:`reference on version specifyer <WIP>`
+ Packages that are added to dependency can be optionally specified with the
+ version by following `PEP 440 <https://www.python.org/dev/peps/pep-0440/>`_
+
.. contents::