[New-bugs-announce] [issue6287] distutils.core.setup does not document the 'license' meta-data

Matthew Smart report at bugs.python.org
Mon Jun 15 22:45:33 CEST 2009


New submission from Matthew Smart <mattsmart at gmail.com>:

The 'license' meta-data option is not listed under:

http://docs.python.org/distutils/setupscript.html#meta-data

There are others, too, from:

$ python setup.py --help
.. snip ..
Information display options (just display information, ignore any commands)
 --help-commands     list all available commands
 --name              print package name
 --version (-V)      print package version
 --fullname          print <package name>-<version>
 --author            print the author's name
 --author-email      print the author's email address
 --maintainer        print the maintainer's name
 --maintainer-email  print the maintainer's email address
 --contact           print the maintainer's name if known, else the author's
 --contact-email     print the maintainer's email address if known, else the
                     author's
 --url               print the URL for this package
 --license           print the license of the package
 --licence           alias for --license
 --description       print the package description
 --long-description  print the long package description
 --platforms         print the list of platforms
 --classifiers       print the list of classifiers
 --keywords          print the list of keywords
 --provides          print the list of packages/modules provided
 --requires          print the list of packages/modules required
 --obsoletes         print the list of packages/modules made obsolete

----------
assignee: tarek
components: Distutils
messages: 89410
nosy: mattsmart, tarek
severity: normal
status: open
title: distutils.core.setup does not document the 'license' meta-data
versions: Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6287>
_______________________________________


More information about the New-bugs-announce mailing list