Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6b4613

Browse files
committed
[Bug #693474, reported by Stuart Bishop]
Fix errors in the list of setup() arguments
1 parent 10da45e commit b6b4613

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

Doc/dist/dist.tex

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -695,22 +695,25 @@ \subsection{Additional meta-data}
695695
\lineiii{author_email}{email address of the package author}{(2)}
696696
\lineiii{maintainer}{package maintainer's name}{(2)}
697697
\lineiii{maintainer_email}{email address of the package maintainer}{(2)}
698-
\lineiii{home_page}{url}{(1)}
698+
\lineiii{url}{URL of the package's home page}{(1)}
699699
\lineiii{license}{the terms the package is released under}{}
700700
\lineiii{description}{a short, summary description of the package}{}
701701
\lineiii{long_description}{a longer description of the package}{}
702702
\lineiii{keywords}{some keywords appropriate to the package}{}
703-
\lineiii{platform}{a list of the target platforms}{}
704-
\lineiii{classifiers}{a list of Trove classifiers}{(3)}
703+
\lineiii{platforms}{a list of the target platforms}{}
704+
\lineiii{classifiers}{a list of Trove classifiers}{(3),(4)}
705+
\lineiii{download_url}{a single URL containing the download location
706+
for this version of the package}{(3)}
705707
\end{tableiii}
706708

707709
\noindent Notes:
708710
\begin{description}
709711
\item[(1)] these fields are required
710712
\item[(2)] either the author or the maintainer must be nominated
711713
\item[(3)] should not be used if your package is to be compatible with
712-
Python versions prior to 2.2.3 or 2.3. The list is available from the
713-
PyPI website.
714+
Python versions prior to 2.2.3 or 2.3.
715+
\item[(4)] The list of classifiers is available from the
716+
PyPI website (\url{http://www.python.org/pypi}).
714717
\end{description}
715718

716719
\option{classifiers} are specified in a python list:

0 commit comments

Comments
 (0)