diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-10 22:21:18 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-10 22:21:18 (GMT) |
commit | 8474f2901b78cc9afe9487ed9236430f43be18b7 (patch) | |
tree | 34788008e4499f2ab0ee19d9c7c36bc0d8e644eb /Doc/packaging | |
parent | 3605030c9b8b86c805c560ddab6613ddba451de1 (diff) | |
download | cpython-8474f2901b78cc9afe9487ed9236430f43be18b7.zip cpython-8474f2901b78cc9afe9487ed9236430f43be18b7.tar.gz cpython-8474f2901b78cc9afe9487ed9236430f43be18b7.tar.bz2 |
setup.cfg: Document that description-file can contain more than one file
Diffstat (limited to 'Doc/packaging')
-rw-r--r-- | Doc/packaging/setupcfg.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/packaging/setupcfg.rst b/Doc/packaging/setupcfg.rst index aa8216f..463522b 100644 --- a/Doc/packaging/setupcfg.rst +++ b/Doc/packaging/setupcfg.rst @@ -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* |