comparison setup.py @ 4089:eddb82d0964c

Add compatibility package to allow us to deal with Python versions 2.3..2.6. Outstanding issues noted in roundup/anypy/TODO.txt
author Richard Jones <richard@users.sourceforge.net>
date Thu, 12 Mar 2009 02:52:56 +0000
parents a6fdaaa3a8bd
children ab542607f2fb
comparison
equal deleted inserted replaced
4088:34434785f308 4089:eddb82d0964c
56 roundup_scripts = map(scriptname, glob('roundup/scripts/[!_]*.py')) 56 roundup_scripts = map(scriptname, glob('roundup/scripts/[!_]*.py'))
57 57
58 # template munching 58 # template munching
59 packagelist = [ 59 packagelist = [
60 'roundup', 60 'roundup',
61 'roundup.anypy',
61 'roundup.cgi', 62 'roundup.cgi',
62 'roundup.cgi.PageTemplates', 63 'roundup.cgi.PageTemplates',
63 'roundup.cgi.TAL', 64 'roundup.cgi.TAL',
64 'roundup.cgi.ZTUtils', 65 'roundup.cgi.ZTUtils',
65 'roundup.backends', 66 'roundup.backends',

Roundup Issue Tracker: http://roundup-tracker.org/