We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e9717 commit fb63fa5Copy full SHA for fb63fa5
source/specifications/dependency-specifiers.rst
@@ -142,7 +142,7 @@ document we limit the acceptable values for identifiers to that regex. A full
142
redefinition of name may take place in a future metadata PEP. The regex (run
143
with re.IGNORECASE) is::
144
145
- ^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$
+ ^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])\Z
146
147
.. _dependency-specifiers-extras:
148
0 commit comments