From: richard Date: Fri, 6 Sep 2002 04:25:31 +0000 (+0000) Subject: additional packages X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9163957825a1116747415c3a83d4262bd1279dd0;p=roundup.git additional packages git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1078 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/setup.py b/setup.py index cf3e2e2..b146d82 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: setup.py,v 1.36 2002-08-16 04:25:01 richard Exp $ +# $Id: setup.py,v 1.37 2002-09-06 04:25:31 richard Exp $ from distutils.core import setup, Extension from distutils.util import get_platform @@ -140,6 +140,10 @@ if __name__ == '__main__': glob(os.path.join('roundup', 'templates', '*')))) packagelist = [ 'roundup', + 'roundup.cgi', + 'roundup.cgi.PageTemplates', + 'roundup.cgi.TAL', + 'roundup.cgi.ZTUtils', 'roundup.backends', 'roundup.scripts', 'roundup.templates' @@ -189,6 +193,9 @@ if __name__ == '__main__': # # $Log: not supported by cvs2svn $ +# Revision 1.36 2002/08/16 04:25:01 richard +# cleanup: moved templatebuilder into templates.builder +# # Revision 1.35 2002/06/17 23:14:44 richard # . #569415 ] {version} #