summaryrefslogtreecommitdiffstats
path: root/Doc/packaging
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-05 23:58:54 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-06-05 23:58:54 (GMT)
commit8a4e7a9e2c1e1a6b305397de735e43f779c499e9 (patch)
tree1cb50abdfa964c604ef4b289d3fec23ef7242bdf /Doc/packaging
parent138900802239f39ad1940098f023475524ed242e (diff)
downloadcpython-8a4e7a9e2c1e1a6b305397de735e43f779c499e9.zip
cpython-8a4e7a9e2c1e1a6b305397de735e43f779c499e9.tar.gz
cpython-8a4e7a9e2c1e1a6b305397de735e43f779c499e9.tar.bz2
Move a non-PEP 345 field at the end of the metadata fields list
Diffstat (limited to 'Doc/packaging')
-rw-r--r--Doc/packaging/setupcfg.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/Doc/packaging/setupcfg.rst b/Doc/packaging/setupcfg.rst
index 1999f18..baafe4e 100644
--- a/Doc/packaging/setupcfg.rst
+++ b/Doc/packaging/setupcfg.rst
@@ -218,10 +218,6 @@ description
in Distutils1.) A file can be provided in the *description-file* field.
*optional*
-description-file
- path to a text file that will be used for the
- **description** field. *optional*
-
keywords
A list of additional keywords to be used to assist searching
for the distribution in a larger catalog. Comma or space-separated.
@@ -282,6 +278,13 @@ project-url
A label, followed by a browsable URL for the project.
"label, url". The label is limited to 32 signs. *optional*, *multi*
+One extra field not present in PEP 345 is supported:
+
+description-file
+ Path to a text file that will be used to fill the ``description`` field.
+ ``description-file`` and ``description`` are mutually exclusive. *optional*
+
+
Example::