We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14e0aa commit 14eff73Copy full SHA for 14eff73
1 file changed
source/specifications/core-metadata.rst
@@ -75,7 +75,7 @@ Version
75
.. versionadded:: 1.0
76
77
A string containing the distribution's version number. This
78
-field must be in the format specified in PEP 440.
+field must be in the format specified in :pep:`440`.
79
80
Example::
81
@@ -501,7 +501,7 @@ This field may be followed by an environment marker after a semicolon.
501
502
Because they refer to non-Python software releases, version numbers
503
for this field are **not** required to conform to the format
504
-specified in PEP 440: they should correspond to the
+specified in :pep:`440`: they should correspond to the
505
version scheme used by the external dependency.
506
507
Notice that there is no particular rule on the strings to be used.
0 commit comments