THRIFT-855. py: Include optimized compiled python objects in install
authorBryan Duxbury <bryanduxbury@apache.org>
Fri, 20 Aug 2010 17:59:17 +0000 (17:59 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Fri, 20 Aug 2010 17:59:17 +0000 (17:59 +0000)
This patch causes the .pyc files to be included in the install.

Patch: Anthony Molinaro

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@987593 13f79535-47bb-0310-9956-ffa450edef68

lib/py/setup.cfg [new file with mode: 0644]

diff --git a/lib/py/setup.cfg b/lib/py/setup.cfg
new file mode 100644 (file)
index 0000000..2dca2f8
--- /dev/null
@@ -0,0 +1,2 @@
+[install]
+optimize = 1