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

Skip to content

Commit 8a4e7a9

Browse files
committed
Move a non-PEP 345 field at the end of the metadata fields list
1 parent 1389008 commit 8a4e7a9

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

Doc/packaging/setupcfg.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,6 @@ description
218218
in Distutils1.) A file can be provided in the *description-file* field.
219219
*optional*
220220

221-
description-file
222-
path to a text file that will be used for the
223-
**description** field. *optional*
224-
225221
keywords
226222
A list of additional keywords to be used to assist searching
227223
for the distribution in a larger catalog. Comma or space-separated.
@@ -282,6 +278,13 @@ project-url
282278
A label, followed by a browsable URL for the project.
283279
"label, url". The label is limited to 32 signs. *optional*, *multi*
284280

281+
One extra field not present in PEP 345 is supported:
282+
283+
description-file
284+
Path to a text file that will be used to fill the ``description`` field.
285+
``description-file`` and ``description`` are mutually exclusive. *optional*
286+
287+
285288

286289
Example::
287290

0 commit comments

Comments
 (0)