Mercurial > p > roundup > code
comparison setup.py @ 2064:fd4763c6efae maint-0.6 0.6.7
pre-release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 01 Mar 2004 00:07:27 +0000 |
| parents | 9b452b29a2dc |
| children | 7b06875e3774 |
comparison
equal
deleted
inserted
replaced
| 2058:e7191f6d8db6 | 2064:fd4763c6efae |
|---|---|
| 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.7 2004-02-24 23:41:30 richard Exp $ | 19 # $Id: setup.py,v 1.55.2.8 2004-03-01 00:07:27 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.6 release fixes some bugs: | 191 The 0.6.7 release fixes some bugs: |
| 192 - fixed registration (sf bug 903283) | 192 - be more backward-compatible when asking for EMAIL_CHARSET |
| 193 - don't insert spaces into designators, it just confuses users (sf bug | 193 - made error on create consistent with edit when user enters invalid data |
| 194 898087) | 194 for Multilink and Link form fields (sf bug 904072) |
| 195 - Eudora can't handle utf-8 headers. We love Eudora. (sf bug 900046) | 195 - made errors from bad input in the quick "Show issue:" form more |
| 196 - fixed bug in args to new DateHTMLProperty in the local() method (sf bug | 196 user-friendly (sf bug 904064) |
| 197 901444) | 197 - don't add a query to a user's list if it's already there |
| 198 - also changed rego to not use a 302 during confirmation, as this seems to | 198 - nicer invalid property error in HTML templating |
| 199 confuse some email clients or browsers | 199 - use EMAIL_CHARSET for message body too (still sf bug 900046) |
| 200 ''', | 200 ''', |
| 201 author = "Richard Jones", | 201 author = "Richard Jones", |
| 202 author_email = "richard@users.sourceforge.net", | 202 author_email = "richard@users.sourceforge.net", |
| 203 url = 'http://roundup.sourceforge.net/', | 203 url = 'http://roundup.sourceforge.net/', |
| 204 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', | 204 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', |
