diff options
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) |
commit | fdeb8bf292fb0734548174002b59abe9f1a0ac76 (patch) | |
tree | 8144e9bdf14807b4ae864d0924be4deec6d3d5cd /Doc/packaging | |
parent | e67b1eab32f3f0e0b2a5979cc00c2f4605e3b7e4 (diff) | |
download | cpython-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.rst | 6 |
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, |