1616# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818#
19- # $Id: setup.py,v 1.92 2006-11-09 05:38:54 richard Exp $
19+ # $Id: setup.py,v 1.93 2006-11-09 06:13:18 richard Exp $
2020
2121from distutils .core import setup , Extension
2222from distutils .util import get_platform
@@ -344,14 +344,14 @@ def main():
344344 " with command-line, web and e-mail interfaces. Highly"
345345 " customisable." ,
346346 'long_description' :
347- '''Roundup is a simple-to-use and -install issue-tracking system with
348- command-line, web and e-mail interfaces. It is based on the winning design
349- from Ka-Ping Yee in the Software Carpentry "Track" design competition.
350-
347+ '''In this release
348+ ===============
351349New Features in 1.3.0:
350+
352351- WSGI support via roundup.cgi.wsgi_handler
353352
354353Fixed in 1.3.0:
354+
355355- sqlite module detection was broken for python 2.5 compiled without sqlite
356356 support
357357- fixed support for pysqlite2 (version 2.1.0 is the minimum version
@@ -373,9 +373,7 @@ def main():
373373
374374 roundup-demo
375375
376- Release info and download page:
377- http://cheeseshop.python.org/pypi/roundup
378- Source and documentation is available at the website:
376+ Documentation is available at the website:
379377 http://roundup.sourceforge.net/
380378Mailing lists - the place to ask questions:
381379 http://sourceforge.net/mail/?group_id=31577
0 commit comments