comparison setup.py @ 3214:29bde1f0d364

merge from maint-0-8
author Richard Jones <richard@users.sourceforge.net>
date Mon, 28 Feb 2005 03:14:49 +0000
parents 30f08255e4c0
children 91067c7d3f0a
comparison
equal deleted inserted replaced
3212:bf456e1cfd46 3214:29bde1f0d364
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.79 2005-02-15 23:10:52 richard Exp $ 19 # $Id: setup.py,v 1.80 2005-02-28 03:14:48 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
324 the "Software Upgrade" guidelines given in the maintenance documentation. 324 the "Software Upgrade" guidelines given in the maintenance documentation.
325 325
326 This release introduces far too many features to list here so I've put 326 This release introduces far too many features to list here so I've put
327 together a What's New page: 327 together a What's New page:
328 328
329 http://roundup.sourceforge.net/doc-0.7/whatsnew-0.7.html 329 http://roundup.sourceforge.net/doc-0.8/whatsnew-0.8.html
330 330
331 Some highlights: 331 Some highlights:
332 332
333 - added postgresql backend 333 - added postgresql backend
334 - trackers using postgresql or mysql backends may have many users 334 - trackers using postgresql or mysql backends may have many users

Roundup Issue Tracker: http://roundup-tracker.org/