summaryrefslogtreecommitdiff
path: root/Doc/distutils
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-06-16 07:43:42 +0000
committerTarek Ziadé <ziade.tarek@gmail.com>2009-06-16 07:43:42 +0000
commit5e06a65639e26c3cf0716c4acc9086cc54b3eef4 (patch)
treec4b415e791ab95995f0ed5baffcb84041493f9c1 /Doc/distutils
parent693d804e27f6300dfd3d38ef19dbc8692dc246f8 (diff)
downloadcpython-git-5e06a65639e26c3cf0716c4acc9086cc54b3eef4.tar.gz
Merged revisions 73441 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73441 | tarek.ziade | 2009-06-16 09:29:52 +0200 (Tue, 16 Jun 2009) | 1 line Fixed #6287: documentation for the license field in distutils ........
Diffstat (limited to 'Doc/distutils')
-rw-r--r--Doc/distutils/setupscript.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst
index 13c42b6b41..e7c630054a 100644
--- a/Doc/distutils/setupscript.rst
+++ b/Doc/distutils/setupscript.rst
@@ -589,6 +589,8 @@ This information includes:
+----------------------+---------------------------+-----------------+--------+
| ``platforms`` | a list of platforms | list of strings | |
+----------------------+---------------------------+-----------------+--------+
+| ``license`` | license for the package | short string | \(6) |
++----------------------+---------------------------+-----------------+--------+
Notes:
@@ -610,6 +612,13 @@ Notes:
The ``long_description`` field is used by PyPI when you are registering a
package, to build its home page.
+(6)
+ The ``license`` field is a text indicating the license covering the
+ package where the license is not a selection from the "License" Trove
+ classifiers. See the ``Classifier`` field. Notice that
+ there's a ``licence`` distribution option which is deprecated but still
+ acts as an alias for ``license``.
+
'short string'
A single line of text, not more than 200 characters.