summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-06-05 19:08:25 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-06-05 19:08:25 (GMT)
commit5332989bda5d6fbe0371283200157b7f177f5524 (patch)
tree23564c9c236609a286208e53780ae8d4f2c52d14
parent760872d70e7986f770bf2a29470843f6699075f0 (diff)
downloadcpython-5332989bda5d6fbe0371283200157b7f177f5524.zip
cpython-5332989bda5d6fbe0371283200157b7f177f5524.tar.gz
cpython-5332989bda5d6fbe0371283200157b7f177f5524.tar.bz2
[Bug #1470026] Include link to list of classifiers
-rw-r--r--Doc/dist/dist.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex
index d82a738..e95c0d3 100644
--- a/Doc/dist/dist.tex
+++ b/Doc/dist/dist.tex
@@ -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 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}