Mercurial > p > roundup > code
comparison setup.py @ 2369:16e3de09ec1e maint-0.6
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 27 May 2004 21:56:14 +0000 |
| parents | ffd14fa75bec |
| children | bb6dd84b4f77 |
comparison
equal
deleted
inserted
replaced
| 2367:434d36f219c6 | 2369:16e3de09ec1e |
|---|---|
| 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.2.12 2004-05-17 00:47:28 richard Exp $ | 19 # $Id: setup.py,v 1.55.2.13 2004-05-27 21:56:14 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 |
| 186 long_description = | 186 long_description = |
| 187 '''Roundup is a simple-to-use and -install issue-tracking system with | 187 '''Roundup is a simple-to-use and -install issue-tracking system with |
| 188 command-line, web and e-mail interfaces. It is based on the winning design | 188 command-line, web and e-mail interfaces. It is based on the winning design |
| 189 from Ka-Ping Yee in the Software Carpentry "Track" design competition. | 189 from Ka-Ping Yee in the Software Carpentry "Track" design competition. |
| 190 | 190 |
| 191 The 0.6.10 release fixes some bugs: | 191 This is a SECURITY FIX release 0.6.10 of Roundup. All users are encouraged |
| 192 to upgrade immediately. | |
| 193 | |
| 194 It also fixes a bug in the MySQL backend: | |
| 192 | 195 |
| 193 - mysql backend wasn't locking tracker | 196 - mysql backend wasn't locking tracker |
| 194 ''', | 197 ''', |
| 195 author = "Richard Jones", | 198 author = "Richard Jones", |
| 196 author_email = "richard@users.sourceforge.net", | 199 author_email = "richard@users.sourceforge.net", |
