Mercurial > p > roundup > code
diff setup.py @ 3748:fdc9eb78d708
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 09 Nov 2006 06:13:18 +0000 |
| parents | 20e9831fc58a |
| children | 8d474f7ae1c0 |
line wrap: on
line diff
--- a/setup.py Thu Nov 09 05:54:24 2006 +0000 +++ b/setup.py Thu Nov 09 06:13:18 2006 +0000 @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.92 2006-11-09 05:38:54 richard Exp $ +# $Id: setup.py,v 1.93 2006-11-09 06:13:18 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -344,14 +344,14 @@ " with command-line, web and e-mail interfaces. Highly" " customisable.", 'long_description': -'''Roundup is a simple-to-use and -install issue-tracking system with -command-line, web and e-mail interfaces. It is based on the winning design -from Ka-Ping Yee in the Software Carpentry "Track" design competition. +'''In this release +=============== +New Features in 1.3.0: -New Features in 1.3.0: - WSGI support via roundup.cgi.wsgi_handler Fixed in 1.3.0: + - sqlite module detection was broken for python 2.5 compiled without sqlite support - fixed support for pysqlite2 (version 2.1.0 is the minimum version @@ -373,9 +373,7 @@ roundup-demo -Release info and download page: - http://cheeseshop.python.org/pypi/roundup -Source and documentation is available at the website: +Documentation is available at the website: http://roundup.sourceforge.net/ Mailing lists - the place to ask questions: http://sourceforge.net/mail/?group_id=31577
