# flags and values that affect this script
#----------------------------------------------------------------------
-VERSION = "2.3.3pre5"
+VERSION = "2.3.3pre6"
DESCRIPTION = "Cross platform GUI toolkit for Python"
AUTHOR = "Robin Dunn"
AUTHOR_EMAIL = "Robin Dunn <robin@alldunn.com>"
PKGDIR+'.lib.editor',
PKGDIR+'.lib.mixins',
PKGDIR+'.lib.PyCrust',
+ PKGDIR+'.tools',
+ PKGDIR+'.tools.XRCed',
],
ext_package = PKGDIR,
ext_modules = wxpExtensions,
- options = { 'build' : { 'build_base' : BUILD_BASE }}
+ options = { 'build' : { 'build_base' : BUILD_BASE }},
##data_files = TOOLS,
+
+ scripts = ['scripts/img2png',
+ 'scripts/img2xpm',
+ 'scripts/img2py',
+ 'scripts/xrced',
+ 'scripts/pyshell',
+ 'scripts/pycrust',
+ ],
)
else: