]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
Fixed a typo in the sample code of wxDbTable::Insert
[wxWidgets.git] / wxPython / setup.py
index 0332b10166b42ef1b8b00c3414815d8c2f5ad672..126f9219198a7b11c6c6665d0d7f2521056d2c3b 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.2b7+"
+VERSION          = "2.3.2.1"
 DESCRIPTION      = "Cross platform GUI toolkit for Python"
 AUTHOR           = "Robin Dunn"
 AUTHOR_EMAIL     = "Robin Dunn <robin@alldunn.com>"
@@ -852,7 +852,8 @@ if __name__ == "__main__":
               packages = [PKGDIR,
                           PKGDIR+'.lib',
                           PKGDIR+'.lib.editor',
-                          PKGDIR+'.lib.mixins'
+                          PKGDIR+'.lib.mixins',
+                          PKGDIR+'.lib.PyCrust',
                           ],
 
               ext_package = PKGDIR,