summaryrefslogtreecommitdiffstats
path: root/Doc/packaging
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-06 17:57:02 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-06-06 17:57:02 (GMT)
commitfdeb8bf292fb0734548174002b59abe9f1a0ac76 (patch)
tree8144e9bdf14807b4ae864d0924be4deec6d3d5cd /Doc/packaging
parente67b1eab32f3f0e0b2a5979cc00c2f4605e3b7e4 (diff)
downloadcpython-fdeb8bf292fb0734548174002b59abe9f1a0ac76.zip
cpython-fdeb8bf292fb0734548174002b59abe9f1a0ac76.tar.gz
cpython-fdeb8bf292fb0734548174002b59abe9f1a0ac76.tar.bz2
Fix documentation of requires-python field in setup.cfg (#11041)
Diffstat (limited to 'Doc/packaging')
-rw-r--r--Doc/packaging/setupcfg.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/packaging/setupcfg.rst b/Doc/packaging/setupcfg.rst
index 92ddb8b..d3fc07a9 100644
--- a/Doc/packaging/setupcfg.rst
+++ b/Doc/packaging/setupcfg.rst
@@ -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,