Mercurial > p > roundup > code
comparison setup.py @ 2220:34df21044229
include the MANIFEST so we can check it
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 18 Apr 2004 06:21:20 +0000 |
| parents | 39ffc2a7d901 |
| children | f624fc20f8fe |
comparison
equal
deleted
inserted
replaced
| 2219:2623b1afc2b6 | 2220:34df21044229 |
|---|---|
| 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.61 2004-04-17 01:47:15 richard Exp $ | 19 # $Id: setup.py,v 1.62 2004-04-18 06:21:20 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 from distutils.command.build import build | 24 from distutils.command.build import build |
| 225 beta releases that we can ensure that older trackers will be OK. | 225 beta releases that we can ensure that older trackers will be OK. |
| 226 | 226 |
| 227 This release introduces far too many features to list here. Some | 227 This release introduces far too many features to list here. Some |
| 228 highlights: | 228 highlights: |
| 229 | 229 |
| 230 - added postgresql backend (originally from sf patch 761740, many changes | 230 - added postgresql backend |
| 231 since) | 231 - trackers using postgresql or mysql backends may have many users |
| 232 - RDBMS backends implement their session and one-time-key stores and | 232 - new "actor" automatic property (user who caused the last "activity") |
| 233 full-text indexers; thus they are now performing their own locking | 233 - RDBMS backends have data typed columns and indexes on several columns |
| 234 internally | 234 - registration may be concluded by replying to the confirmation email |
| 235 - added new "actor" automatic property (indicates user who cause the last | 235 - HTML templating permission checks are greatly simplified |
| 236 "activity") | 236 - database exports now include full journals |
| 237 - all RDBMS backends have sensible data typed columns and indexes on | 237 - IMAP support in the mail gateway |
| 238 several columns | |
| 239 - we support confirming registration by replying to the email (sf bug | |
| 240 763668) | |
| 241 - all HTML templating methods now automatically check for permissions | |
| 242 (either view or edit as appropriate), greatly simplifying templates | |
| 243 ''', | 238 ''', |
| 244 author = "Richard Jones", | 239 author = "Richard Jones", |
| 245 author_email = "richard@users.sourceforge.net", | 240 author_email = "richard@users.sourceforge.net", |
| 246 url = 'http://roundup.sourceforge.net/', | 241 url = 'http://roundup.sourceforge.net/', |
| 247 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', | 242 download_url = 'http://sourceforge.net/project/showfiles.php?group_id=31577', |
