Mercurial > p > roundup > code
comparison setup.py @ 2971:433484274317 maint-0.7
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 27 Nov 2004 21:37:04 +0000 |
| parents | 7b41d612539f |
| children | 5c992b989ad4 |
comparison
equal
deleted
inserted
replaced
| 2970:0ba4b685fe82 | 2971:433484274317 |
|---|---|
| 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.64.2.9 2004-11-26 00:02:56 richard Exp $ | 19 # $Id: setup.py,v 1.64.2.10 2004-11-27 21:33:13 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 |
| 215 from Ka-Ping Yee in the Software Carpentry "Track" design competition. | 215 from Ka-Ping Yee in the Software Carpentry "Track" design competition. |
| 216 | 216 |
| 217 If you're upgrading from an older version of Roundup you *must* follow | 217 If you're upgrading from an older version of Roundup you *must* follow |
| 218 the "Software Upgrade" guidelines given in the maintenance documentation. | 218 the "Software Upgrade" guidelines given in the maintenance documentation. |
| 219 | 219 |
| 220 This is a bug fix release (with one feature cleaning up and API | 220 This is a bug fix release (with one feature cleaning up an API |
| 221 inconsistency): | 221 inconsistency): |
| 222 | 222 |
| 223 Feature: | 223 Feature: |
| 224 - DateHTMLProperty.field() accepts format string (thanks Wil Cooley) | 224 - DateHTMLProperty.field() accepts format string (thanks Wil Cooley) |
| 225 | 225 |
