setup.cfg: Document that description-file can contain more than one file

This commit is contained in:
Éric Araujo 2011-06-11 00:21:18 +02:00
parent 3605030c9b
commit 8474f2901b
3 changed files with 7 additions and 9 deletions

View file

@ -285,6 +285,7 @@ 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.
Multiple values are accepted; they must be separated by whitespace.
``description-file`` and ``description`` are mutually exclusive. *optional*