Skip to content

Commit 275d7ce

Browse files
author
Richard Jones
committed
additional packages
1 parent 2f6edf7 commit 275d7ce

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

2121
from distutils.core import setup, Extension
2222
from 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
#

0 commit comments

Comments
 (0)