Fix documentation of requires-python field in setup.cfg (#11041)

This commit is contained in:
Éric Araujo 2011-06-06 19:57:02 +02:00
parent e67b1eab32
commit fdeb8bf292
1 changed files with 3 additions and 3 deletions

View File

@ -265,9 +265,9 @@ obsoletes-dist
Same format than *requires-dist*. *optional*, *multi*, *environ*
requires-python
Specifies the Python version the distribution requires.
The value is a version number, as described in PEP 345.
*optional*, *multi*, *environ*
Specifies the Python version the distribution requires. The value is a
comma-separated list of version predicates, as described in PEP 345.
*optional*, *environ*
requires-externals
a dependency in the system. This field is free-form,