Mercurial > p > roundup > code
comparison setup.py @ 1820:9560e94beeea maint-0.6 0.6.2
pre-release machinations
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 29 Sep 2003 08:08:31 +0000 |
| parents | ecfb6ccf20b0 |
| children | 0185a4c0cad8 |
comparison
equal
deleted
inserted
replaced
| 1814:ffba0a574b4e | 1820:9560e94beeea |
|---|---|
| 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.1 2003-08-31 04:31:00 richard Exp $ | 19 # $Id: setup.py,v 1.55.2.2 2003-09-29 08:08:31 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 |
| 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 | 188 |
| 189 The 0.6 release has lots of new goodies including: | 189 The 0.6.2 release fixes some bugs: |
| 190 | 190 - cleaned up, clarified internal caching API in *dbm backends |
| 191 - new instant-gratification Demo Mode ("python demo.py" :) | 191 - stopped pyc writing to current directory! yay! (patch 800718 with changes) |
| 192 - added mysql backend (see doc/mysql.txt for details) | 192 - fixed file leak in detector initialisation (patch 800715) |
| 193 - web interface cleanups including nicer history display, nicer index | 193 - commented out example tracker homes (patch 800720) |
| 194 navigation and nicer popup list windows | 194 - added note about hidden :template var in user.item (bug 799842) |
| 195 - searching of date ranges | 195 - fixed change note generation when property was deleted from class and |
| 196 - better international support, including utf-8 email handling and ability | 196 we are trying to edit an instance |
| 197 to display localized dates in web interface. | 197 |
| 198 - more documentation including revamped design document, unix manual pages | |
| 199 and some FAQ entries | |
| 200 - significantly more powerful form handling allowing editing of multiple | |
| 201 items | |
| 202 and creation of multiple items | |
| 203 - tracker templates can contain subdirectories and static files (e.g. | |
| 204 images) | |
| 205 and we may now distribute templates separately from Roundup. Template | |
| 206 HTML files now have a .html extension too. | |
| 207 - user registration is now a two-step process, with confirmation from the email | |
| 208 address supplied in the registration form, and we also have a password reset | |
| 209 feature for forgotten password / login | |
| 210 - Windows Service mode for roundup-server when daemonification is attempted | |
| 211 on Windows. | |
| 212 - fixed issues with dumb email or web clients | |
| 213 - lots more little tweaks and back-end work... | |
| 214 - email system handles more SMTP and POP features (TLS, APOP, ...) | |
| 215 ''', | 198 ''', |
| 216 author = "Richard Jones", | 199 author = "Richard Jones", |
| 217 author_email = "richard@users.sourceforge.net", | 200 author_email = "richard@users.sourceforge.net", |
| 218 url = 'http://roundup.sourceforge.net/', | 201 url = 'http://roundup.sourceforge.net/', |
| 219 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', | 202 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', |
