File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1616# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818#
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 $
2020
2121from distutils .core import setup , Extension
2222from distutils .util import get_platform
@@ -140,6 +140,10 @@ def buildTemplates():
140140 glob (os .path .join ('roundup' , 'templates' , '*' ))))
141141 packagelist = [
142142 'roundup' ,
143+ 'roundup.cgi' ,
144+ 'roundup.cgi.PageTemplates' ,
145+ 'roundup.cgi.TAL' ,
146+ 'roundup.cgi.ZTUtils' ,
143147 'roundup.backends' ,
144148 'roundup.scripts' ,
145149 'roundup.templates'
@@ -189,6 +193,9 @@ def buildTemplates():
189193
190194#
191195# $Log: not supported by cvs2svn $
196+ # Revision 1.36 2002/08/16 04:25:01 richard
197+ # cleanup: moved templatebuilder into templates.builder
198+ #
192199# Revision 1.35 2002/06/17 23:14:44 richard
193200# . #569415 ] {version}
194201#
You can’t perform that action at this time.
0 commit comments