]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
Increased the message buffer size
[wxWidgets.git] / wxPython / setup.py
index 3f402d577ecb7c3f425c0c5b1a77225c2bfc3d9c..fdea8d98262ea4acf82914a3d9417f6a6316dbd4 100755 (executable)
@@ -13,7 +13,7 @@ from my_distutils import run_swig, contrib_copy_tree
 # 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>"
@@ -904,14 +904,24 @@ if __name__ == "__main__":
                           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: