]> granicus.if.org Git - python/commitdiff
Move a non-PEP 345 field at the end of the metadata fields list
authorÉric Araujo <merwok@netwok.org>
Sun, 5 Jun 2011 23:58:54 +0000 (01:58 +0200)
committerÉric Araujo <merwok@netwok.org>
Sun, 5 Jun 2011 23:58:54 +0000 (01:58 +0200)
Doc/packaging/setupcfg.rst

index 1999f1813446ce10dad82d573c71ee907146cac8..baafe4e41fcbae1d51be3514bc729c95cd3598c7 100644 (file)
@@ -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::