Skip to content

Commit d382723

Browse files
authored
Merge pull request #1456 from noamraph/patch-1
glossary.rst: Update link to requirement specifier syntax to PEP 508
2 parents 84b5491 + 21c754c commit d382723

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/glossary.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,8 @@ Glossary
209209
Requirement Specifier
210210

211211
A format used by :ref:`pip` to install packages from a :term:`Package
212-
Index`. For an EBNF diagram of the format, see the
213-
`pkg_resources.Requirement
214-
<https://setuptools.readthedocs.io/en/latest/pkg_resources.html#requirement-objects>`_
215-
entry in the :ref:`setuptools` docs. For example, "foo>=1.3" is a
212+
Index`. For an EBNF diagram of the format, see :ref:`dependency-specifiers`.
213+
For example, "foo>=1.3" is a
216214
requirement specifier, where "foo" is the project name, and the ">=1.3"
217215
portion is the :term:`Version Specifier`
218216

0 commit comments

Comments
 (0)