]> granicus.if.org Git - python/commitdiff
Merged revisions 73441 via svnmerge from
authorTarek Ziadé <ziade.tarek@gmail.com>
Tue, 16 Jun 2009 07:43:42 +0000 (07:43 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Tue, 16 Jun 2009 07:43:42 +0000 (07:43 +0000)
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
........

Doc/distutils/setupscript.rst
Misc/NEWS

index 13c42b6b411054ae17bac930acb03645e55a62d5..e7c630054ad45db3adff129fcce528cb39aec2bc 100644 (file)
@@ -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.
 
index 1ec5c53cdaea0c98c01595591f56833aea081a8b..9ccb472d3092f0f33e2926c48f29855f7e64d8d8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -800,6 +800,8 @@ Core and Builtins
 Library
 -------
 
+- Issue #6287: Added the license field in Distutils documentation.
+
 - Issue #6263: Fixed syntax error in distutils.cygwincompiler.
 
 - Issue #5201: distutils.sysconfig.parse_makefile() now understands `$$`