mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Remove use of Trove name, which isn't very helpful to users
This commit is contained in:
parent
372b583a6b
commit
760872d70e
1 changed files with 2 additions and 2 deletions
4
Doc/dist/dist.tex
vendored
4
Doc/dist/dist.tex
vendored
|
@ -849,7 +849,7 @@ version. This information includes:
|
||||||
{long string}{}
|
{long string}{}
|
||||||
\lineiv{download_url}{location where the package may be downloaded}
|
\lineiv{download_url}{location where the package may be downloaded}
|
||||||
{URL}{(4)}
|
{URL}{(4)}
|
||||||
\lineiv{classifiers}{a list of Trove classifiers}
|
\lineiv{classifiers}{a list of classifiers}
|
||||||
{list of strings}{(4)}
|
{list of strings}{(4)}
|
||||||
\end{tableiv}
|
\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{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
|
\lineiii{ext_modules}{A list of Python extensions to be built}{A list of
|
||||||
instances of \class{distutils.core.Extension}}
|
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}}
|
\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?
|
% 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}
|
\lineiii{script_name}{The name of the setup.py script - defaults to \code{sys.argv[0]}}{a string}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue