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

Skip to content

Commit 5e06a65

Browse files
author
Tarek Ziadé
committed
Merged revisions 73441 via svnmerge from
svn+ssh://[email protected]/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 ........
1 parent 693d804 commit 5e06a65

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

Doc/distutils/setupscript.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,8 @@ This information includes:
589589
+----------------------+---------------------------+-----------------+--------+
590590
| ``platforms`` | a list of platforms | list of strings | |
591591
+----------------------+---------------------------+-----------------+--------+
592+
| ``license`` | license for the package | short string | \(6) |
593+
+----------------------+---------------------------+-----------------+--------+
592594

593595
Notes:
594596

@@ -610,6 +612,13 @@ Notes:
610612
The ``long_description`` field is used by PyPI when you are registering a
611613
package, to build its home page.
612614

615+
(6)
616+
The ``license`` field is a text indicating the license covering the
617+
package where the license is not a selection from the "License" Trove
618+
classifiers. See the ``Classifier`` field. Notice that
619+
there's a ``licence`` distribution option which is deprecated but still
620+
acts as an alias for ``license``.
621+
613622
'short string'
614623
A single line of text, not more than 200 characters.
615624

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,8 @@ Core and Builtins
800800
Library
801801
-------
802802

803+
- Issue #6287: Added the license field in Distutils documentation.
804+
803805
- Issue #6263: Fixed syntax error in distutils.cygwincompiler.
804806

805807
- Issue #5201: distutils.sysconfig.parse_makefile() now understands `$$`

0 commit comments

Comments
 (0)