diff options
| author | alvy <alvyjudy@gmail.com> | 2020-07-29 21:49:08 -0400 |
|---|---|---|
| committer | alvy <alvyjudy@gmail.com> | 2020-07-29 21:49:08 -0400 |
| commit | 3268c199118dd5400e40b1afc401ea75a37dabb1 (patch) | |
| tree | 01e69fc007b81352c2f97709cd99d2d8196810ff /docs/userguide | |
| parent | dbc968a808791a0cd494c4d993592e832d2e5fed (diff) | |
| download | python-setuptools-git-3268c199118dd5400e40b1afc401ea75a37dabb1.tar.gz | |
docs: reference PEP440 for versions specifiers
Diffstat (limited to 'docs/userguide')
| -rw-r--r-- | docs/userguide/dependency_management.txt | 5 |
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:: |
