diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-06-05 19:05:32 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-06-05 19:05:32 (GMT) |
commit | 760872d70e7986f770bf2a29470843f6699075f0 (patch) | |
tree | 4486c3610a1b41139bd730a6db1215777728bd58 | |
parent | 372b583a6b9fb16b4a7dd926d0bf0bf35975646a (diff) | |
download | cpython-760872d70e7986f770bf2a29470843f6699075f0.zip cpython-760872d70e7986f770bf2a29470843f6699075f0.tar.gz cpython-760872d70e7986f770bf2a29470843f6699075f0.tar.bz2 |
Remove use of Trove name, which isn't very helpful to users
-rw-r--r-- | Doc/dist/dist.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 9970ec2..d82a738 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -849,7 +849,7 @@ version. This information includes: {long string}{} \lineiv{download_url}{location where the package may be downloaded} {URL}{(4)} - \lineiv{classifiers}{a list of Trove classifiers} + \lineiv{classifiers}{a list of classifiers} {list of strings}{(4)} \end{tableiv} @@ -2251,7 +2251,7 @@ are laid out in the following table. \lineiii{scripts}{A list of standalone script files to be built and installed}{a list of strings} \lineiii{ext_modules}{A list of Python extensions to be built}{A list of instances of \class{distutils.core.Extension}} -\lineiii{classifiers}{A list of Trove categories for the package}{XXX link to better definition} +\lineiii{classifiers}{A list of categories for the package}{XXX link to better definition} \lineiii{distclass}{the \class{Distribution} class to use}{A subclass of \class{distutils.core.Distribution}} % What on earth is the use case for script_name? \lineiii{script_name}{The name of the setup.py script - defaults to \code{sys.argv[0]}}{a string} |