comparison setup.py @ 1779:ecfb6ccf20b0 maint-0.6

release stuff
author Richard Jones <richard@users.sourceforge.net>
date Sun, 31 Aug 2003 04:31:03 +0000
parents 85cb3f524bba
children 9560e94beeea
comparison
equal deleted inserted replaced
1778:d85cb1ad9bc9 1779:ecfb6ccf20b0
14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
18 # 18 #
19 # $Id: setup.py,v 1.55 2003-06-22 00:28:56 richard Exp $ 19 # $Id: setup.py,v 1.55.2.1 2003-08-31 04:31:00 richard Exp $
20 20
21 from distutils.core import setup, Extension 21 from distutils.core import setup, Extension
22 from distutils.util import get_platform 22 from distutils.util import get_platform
23 from distutils.command.build_scripts import build_scripts 23 from distutils.command.build_scripts import build_scripts
24 24
183 description = "Roundup issue tracking system.", 183 description = "Roundup issue tracking system.",
184 long_description = 184 long_description =
185 '''Roundup is a simple-to-use and -install issue-tracking system with 185 '''Roundup is a simple-to-use and -install issue-tracking system with
186 command-line, web and e-mail interfaces. It is based on the winning design 186 command-line, web and e-mail interfaces. It is based on the winning design
187 from Ka-Ping Yee in the Software Carpentry "Track" design competition. 187 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
188
189 This release has a couple of bufixes mostly important to Windows users,
190 making it possible for them to install new trackers!
191 188
192 The 0.6 release has lots of new goodies including: 189 The 0.6 release has lots of new goodies including:
193 190
194 - new instant-gratification Demo Mode ("python demo.py" :) 191 - new instant-gratification Demo Mode ("python demo.py" :)
195 - added mysql backend (see doc/mysql.txt for details) 192 - added mysql backend (see doc/mysql.txt for details)

Roundup Issue Tracker: http://roundup-tracker.org/