You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by br...@apache.org on 2010/08/20 19:59:18 UTC

svn commit: r987593 - /incubator/thrift/trunk/lib/py/setup.cfg

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