PEP-0426 formatting, default
This commit is contained in:
parent
0637c3f6c5
commit
493ff3b7b5
|
@ -489,7 +489,7 @@ Version-Scheme (optional)
|
||||||
A string specifying the sorting method for this distribution's version
|
A string specifying the sorting method for this distribution's version
|
||||||
numbers. Although straightforward version numbers tend to sort the same in
|
numbers. Although straightforward version numbers tend to sort the same in
|
||||||
each scheme, there is disagreement about how to sort patch releases and
|
each scheme, there is disagreement about how to sort patch releases and
|
||||||
versions having alphanumeric components such as "1.0.0rc2" and "1.0.0pre3".
|
versions having alphanumeric components such as "1.0.0rc2" and "1.0.0pre3"::
|
||||||
|
|
||||||
Version-Scheme: pkg_resources
|
Version-Scheme: pkg_resources
|
||||||
Version-Scheme: pep386
|
Version-Scheme: pep386
|
||||||
|
@ -499,6 +499,8 @@ The two initially supported schemes are:
|
||||||
* pkg_resources: sort versions compatibly with setuptools' pkg_resources module
|
* pkg_resources: sort versions compatibly with setuptools' pkg_resources module
|
||||||
* pep386: sort according to the rules in pep386
|
* pep386: sort according to the rules in pep386
|
||||||
|
|
||||||
|
The default is pep386.
|
||||||
|
|
||||||
|
|
||||||
Version Specifiers
|
Version Specifiers
|
||||||
==================
|
==================
|
||||||
|
|
Loading…
Reference in New Issue