Mercurial > p > roundup > code
comparison setup.py @ 2222:e481d576e8b4 maint-0.6 0.6.9
pre-release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 18 Apr 2004 06:38:22 +0000 |
| parents | a467ee0f77dc |
| children | ffd14fa75bec |
comparison
equal
deleted
inserted
replaced
| 2208:fc1d10a74651 | 2222:e481d576e8b4 |
|---|---|
| 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.10 2004-04-01 00:15:55 richard Exp $ | 19 # $Id: setup.py,v 1.55.2.11 2004-04-18 06:38:22 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.8 release fixes some bugs: | 191 The 0.6.9 release fixes some bugs: |
| 192 - existing trackers (ie. live ones) may be used as templates for new | 192 - paging in classhelp popup was broken |
| 193 trackers - the TEMPLATE-INFO.txt name entry has the tracker's dir name | 193 - socket timeout error logging can fail |
| 194 appended (so the demo tracker's template name is "classic-demo") | 194 - hyperlink designators in message display (sf bug 931828) |
| 195 - handle bad multilink input at item creation time better (sf bug 917834) | 195 - don't match retired items in RDBMS stringFind |
| 196 - make sure email signature starts on a newline (sf bug 919759) | |
| 197 - add line to rego email to help URL detection (sf bug 906247) | |
| 198 - look harder for text/plain in email | |
| 199 - fixed fallback excel writer in rcsv so it has a delimiter | |
| 200 - fixed setup.py's use of listTemplates (!) | |
| 201 - make rdbms serialise() less trusting | |
| 202 - handle Boolean values in history HTML display | |
| 203 ''', | 196 ''', |
| 204 author = "Richard Jones", | 197 author = "Richard Jones", |
| 205 author_email = "richard@users.sourceforge.net", | 198 author_email = "richard@users.sourceforge.net", |
| 206 url = 'http://roundup.sourceforge.net/', | 199 url = 'http://roundup.sourceforge.net/', |
| 207 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', | 200 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', |
