[Python-checkins] r46676 - python/trunk/Doc/dist/dist.tex

andrew.kuchling python-checkins at python.org
Mon Jun 5 21:05:38 CEST 2006


Author: andrew.kuchling
Date: Mon Jun  5 21:05:32 2006
New Revision: 46676

Modified:
   python/trunk/Doc/dist/dist.tex
Log:
Remove use of Trove name, which isn't very helpful to users

Modified: python/trunk/Doc/dist/dist.tex
==============================================================================
--- python/trunk/Doc/dist/dist.tex	(original)
+++ python/trunk/Doc/dist/dist.tex	Mon Jun  5 21:05:32 2006
@@ -849,7 +849,7 @@
          {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 @@
 \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}


More information about the Python-checkins mailing list