Mercurial > p > roundup > code
comparison setup.py @ 2375:bb6dd84b4f77 maint-0.6
*** empty log message ***
[[Patched in to repair a minor error in the repo conversion.]]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 27 May 2004 22:09:53 -0400 |
| parents | 16e3de09ec1e |
| children |
comparison
equal
deleted
inserted
replaced
| 2369:16e3de09ec1e | 2375:bb6dd84b4f77 |
|---|---|
| 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.13 2004-05-27 21:56:14 richard Exp $ | 19 # $Id: setup.py,v 1.55.2.14 2004-05-27 22:09:51 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 This is a SECURITY FIX release 0.6.10 of Roundup. All users are encouraged | 191 0.6.11 is a SECURITY FIX release of Roundup. All users are encouraged |
| 192 to upgrade immediately. | 192 to upgrade immediately. |
| 193 | |
| 194 It also fixes a bug in the MySQL backend: | |
| 195 | |
| 196 - mysql backend wasn't locking tracker | |
| 197 ''', | 193 ''', |
| 198 author = "Richard Jones", | 194 author = "Richard Jones", |
| 199 author_email = "richard@users.sourceforge.net", | 195 author_email = "richard@users.sourceforge.net", |
| 200 url = 'http://roundup.sourceforge.net/', | 196 url = 'http://roundup.sourceforge.net/', |
| 201 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', | 197 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', |
