]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
Increased the message buffer size
[wxWidgets.git] / wxPython / setup.py
index 66226f0fde92fbcba36580220d578f4f35863f7e..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>"
@@ -919,6 +919,8 @@ if __name__ == "__main__":
                          'scripts/img2xpm',
                          'scripts/img2py',
                          'scripts/xrced',
+                         'scripts/pyshell',
+                         'scripts/pycrust',
                          ],
               )