Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fdeb8bf

Browse files
committed
Fix documentation of requires-python field in setup.cfg (#11041)
1 parent e67b1ea commit fdeb8bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/packaging/setupcfg.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ obsoletes-dist
265265
Same format than *requires-dist*. *optional*, *multi*, *environ*
266266

267267
requires-python
268-
Specifies the Python version the distribution requires.
269-
The value is a version number, as described in PEP 345.
270-
*optional*, *multi*, *environ*
268+
Specifies the Python version the distribution requires. The value is a
269+
comma-separated list of version predicates, as described in PEP 345.
270+
*optional*, *environ*
271271

272272
requires-externals
273273
a dependency in the system. This field is free-form,

0 commit comments

Comments
 (0)