Skip to content

Commit

Permalink
Merge pull request #1456 from noamraph/patch-1
Browse files Browse the repository at this point in the history
glossary.rst: Update link to requirement specifier syntax to PEP 508
  • Loading branch information
chrysle committed Dec 18, 2023
2 parents 84b5491 + 21c754c commit d382723
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,8 @@ Glossary
Requirement Specifier

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

Expand Down

0 comments on commit d382723

Please sign in to comment.