diff options
-rw-r--r-- | setup.py | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -8,15 +8,15 @@ from distutils.core import setup from webunit import __version__ setup( name = "pypi", - version = '2004-06-21', + version = '2004-06-23', description = "PyPI is the Python Package Index at http://www.python.org/pypi", - long_description = '''This release, courtesy of Christopher Arndt, includes: -- when displaying a package and no version is given, try to determine - the latest release (bug #958515) -- better error handling in display action -- fixed page titles for search_form and forgotten_password_form -- fixed typo in store.py which prevented indexes being created + long_description = '''This release includes: +- fixed the display of latest release (bug 977432) + + http://www.python.org/pypi?:action=display&name=roundup + + (no version spec) gives the latest release info ''', author = "Richard Jones", author_email = "richard@mechanicalcat.net", |