Mercurial > p > roundup > code
comparison setup.py @ 1059:3f20880c2a7e
additional packages
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 06 Sep 2002 04:25:31 +0000 |
| parents | fb8a8eb55aac |
| children | e5826025eeb7 |
comparison
equal
deleted
inserted
replaced
| 1058:a55ef5a98fd3 | 1059:3f20880c2a7e |
|---|---|
| 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.36 2002-08-16 04:25:01 richard Exp $ | 19 # $Id: setup.py,v 1.37 2002-09-06 04:25: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 |
| 138 # template munching | 138 # template munching |
| 139 templates = map(os.path.basename, filter(isTemplateDir, | 139 templates = map(os.path.basename, filter(isTemplateDir, |
| 140 glob(os.path.join('roundup', 'templates', '*')))) | 140 glob(os.path.join('roundup', 'templates', '*')))) |
| 141 packagelist = [ | 141 packagelist = [ |
| 142 'roundup', | 142 'roundup', |
| 143 'roundup.cgi', | |
| 144 'roundup.cgi.PageTemplates', | |
| 145 'roundup.cgi.TAL', | |
| 146 'roundup.cgi.ZTUtils', | |
| 143 'roundup.backends', | 147 'roundup.backends', |
| 144 'roundup.scripts', | 148 'roundup.scripts', |
| 145 'roundup.templates' | 149 'roundup.templates' |
| 146 ] | 150 ] |
| 147 installdatafiles = [ | 151 installdatafiles = [ |
| 187 ) | 191 ) |
| 188 | 192 |
| 189 | 193 |
| 190 # | 194 # |
| 191 # $Log: not supported by cvs2svn $ | 195 # $Log: not supported by cvs2svn $ |
| 196 # Revision 1.36 2002/08/16 04:25:01 richard | |
| 197 # cleanup: moved templatebuilder into templates.builder | |
| 198 # | |
| 192 # Revision 1.35 2002/06/17 23:14:44 richard | 199 # Revision 1.35 2002/06/17 23:14:44 richard |
| 193 # . #569415 ] {version} | 200 # . #569415 ] {version} |
| 194 # | 201 # |
| 195 # Revision 1.34 2002/05/29 01:16:16 richard | 202 # Revision 1.34 2002/05/29 01:16:16 richard |
| 196 # Sorry about this huge checkin! It's fixing a lot of related stuff in one go | 203 # Sorry about this huge checkin! It's fixing a lot of related stuff in one go |
