]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[Bug #1470026] Include link to list of classifiers; remove use of Trove name
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 5 Jun 2006 19:11:02 +0000 (19:11 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 5 Jun 2006 19:11:02 +0000 (19:11 +0000)
Doc/dist/dist.tex

index 5fbdec6eaa4214bd3ae2b82e08e65c1584e75ff5..0594b79be6b95c558bd83d4322b70c99645ac821 100644 (file)
@@ -773,7 +773,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}
 
@@ -2116,7 +2116,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}{The list of available categorizations is at \url{http://cheeseshop.python.org/pypi?:action=list_classifiers}.}
 \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}