mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Fix documentation of requires-python field in setup.cfg (#11041)
This commit is contained in:
parent
e67b1eab32
commit
fdeb8bf292
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue