Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1750aa2c
Commit
1750aa2c
authored
Feb 26, 2003
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bug #693474, reported by Stuart Bishop]
Fix errors in the list of setup() arguments
parent
d2855d54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
Doc/dist/dist.tex
Doc/dist/dist.tex
+8
-5
No files found.
Doc/dist/dist.tex
View file @
1750aa2c
...
...
@@ -695,13 +695,15 @@ version. This information includes:
\lineiii
{
author
_
email
}{
email address of the package author
}{
(2)
}
\lineiii
{
maintainer
}{
package maintainer's name
}{
(2)
}
\lineiii
{
maintainer
_
email
}{
email address of the package maintainer
}{
(2)
}
\lineiii
{
home
_
page
}{
url
}{
(1)
}
\lineiii
{
url
}{
URL of the package's home page
}{
(1)
}
\lineiii
{
license
}{
the terms the package is released under
}{}
\lineiii
{
description
}{
a short, summary description of the package
}{}
\lineiii
{
long
_
description
}{
a longer description of the package
}{}
\lineiii
{
keywords
}{
some keywords appropriate to the package
}{}
\lineiii
{
platform
}{
a list of the target platforms
}{}
\lineiii
{
classifiers
}{
a list of Trove classifiers
}{
(3)
}
\lineiii
{
platforms
}{
a list of the target platforms
}{}
\lineiii
{
classifiers
}{
a list of Trove classifiers
}{
(3),(4)
}
\lineiii
{
download
_
url
}{
a single URL containing the download location
for this version of the package
}{
(3)
}
\end{tableiii}
\noindent
Notes:
...
...
@@ -709,8 +711,9 @@ version. This information includes:
\item
[(1)]
these fields are required
\item
[(2)]
either the author or the maintainer must be nominated
\item
[(3)]
should not be used if your package is to be compatible with
Python versions prior to 2.2.3 or 2.3. The list is available from the
PyPI website.
Python versions prior to 2.2.3 or 2.3.
\item
[(4)]
The list of classifiers is available from the
PyPI website (
\url
{
http://www.python.org/pypi
}
).
\end{description}
\option
{
classifiers
}
are specified in a python list:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment