Author: bryanduxbury
Date: Fri Aug 20 17:59:17 2010
New Revision: 987593
URL: http://svn.apache.org/viewvc?rev=987593&view=rev
Log:
THRIFT-855. py: Include optimized compiled python objects in install
This patch causes the .pyc files to be included in the install.
Patch: Anthony Molinaro
Added:
incubator/thrift/trunk/lib/py/setup.cfg
Added: incubator/thrift/trunk/lib/py/setup.cfg
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/py/setup.cfg?rev=987593&view=auto
==============================================================================
--- incubator/thrift/trunk/lib/py/setup.cfg (added)
+++ incubator/thrift/trunk/lib/py/setup.cfg Fri Aug 20 17:59:17 2010
@@ -0,0 +1,2 @@
+[install]
+optimize = 1