# HG changeset patch # User paulb # Date 1124399654 0 # Node ID d179e18cbc2f9ab7aa30d0afbb31b29ad75c19d8 # Parent cb6c38a13971283947cce72ef2415a0855e8b1eb [project @ 2005-08-18 21:14:14 by paulb] Updated package information (and notes) in anticipation of a release. diff -r cb6c38a13971 -r d179e18cbc2f PKG-INFO --- a/PKG-INFO Thu Aug 18 21:10:09 2005 +0000 +++ b/PKG-INFO Thu Aug 18 21:14:14 2005 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: WebStack -Version: 0.10 +Version: 1.0 Author: Paul Boddie Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk Home-page: http://www.boddie.org.uk/python/WebStack.html -Download-url: http://www.boddie.org.uk/python/downloads/WebStack-0.10.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/WebStack-1.0.tar.gz Summary: Common API for Python Web applications License: LGPL Description: WebStack is a package which provides a common API for Python Web applications @@ -14,8 +14,8 @@ Twisted, Webware and Zope 2. Keywords: Web CGI Apache Jython mod_python Twisted Webware WSGI Zope Platform: Any -Classifier: Development Status :: 4 - Beta -Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) -Classifier: Topic :: Internet :: WWW/HTTP -Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content +Classifier: Development Status :: 5 - Production/Stable +Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) +Classifier: Topic :: Internet :: WWW/HTTP +Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content Classifier: Topic :: Software Development :: Libraries :: Python Modules diff -r cb6c38a13971 -r d179e18cbc2f README.txt --- a/README.txt Thu Aug 18 21:10:09 2005 +0000 +++ b/README.txt Thu Aug 18 21:14:14 2005 +0000 @@ -233,6 +233,8 @@ Change code examples in the documentation if appropriate. Update the release notes (see above). Check the setup.py file and ensure that all package directories are mentioned. +Check the release information in the PKG-INFO file and in the package +changelog (and other files). Tag, export. Generate the PyServlet classes. Generate the API documentation.