[Python-checkins] python/dist/src/Doc/dist dist.tex,1.49,1.50

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Wed, 26 Feb 2003 10:58:49 -0800


Update of /cvsroot/python/python/dist/src/Doc/dist
In directory sc8-pr-cvs1:/tmp/cvs-serv1966

Modified Files:
	dist.tex 
Log Message:
[Bug #693474, reported by Stuart Bishop]
  Fix errors in the list of setup() arguments


Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** dist.tex	21 Feb 2003 02:47:09 -0000	1.49
--- dist.tex	26 Feb 2003 18:58:46 -0000	1.50
***************
*** 696,706 ****
    \lineiii{maintainer}{package maintainer's name}{(2)}
    \lineiii{maintainer_email}{email address of the package maintainer}{(2)}
!   \lineiii{home_page}{url}{(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)}
  \end{tableiii}
  
--- 696,708 ----
    \lineiii{maintainer}{package maintainer's name}{(2)}
    \lineiii{maintainer_email}{email address of the package maintainer}{(2)}
!   \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{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}
  
***************
*** 710,715 ****
  \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.
  \end{description}
  
--- 712,718 ----
  \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.  
! \item[(4)] The list of classifiers is available from the
!   PyPI website (\url{http://www.python.org/pypi}).
  \end{description}