PEP-0426 formatting, default

This commit is contained in:
Daniel Holth 2013-01-31 11:36:46 -05:00
parent 0637c3f6c5
commit 493ff3b7b5
1 changed files with 3 additions and 1 deletions

View File

@ -489,7 +489,7 @@ Version-Scheme (optional)
A string specifying the sorting method for this distribution's version
numbers. Although straightforward version numbers tend to sort the same in
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: pep386
@ -499,6 +499,8 @@ The two initially supported schemes are:
* pkg_resources: sort versions compatibly with setuptools' pkg_resources module
* pep386: sort according to the rules in pep386
The default is pep386.
Version Specifiers
==================