commit | 0d28efac2d1caf844c7c8e44eb5feee07cdc8cd5 | [log] [tgz] |
---|---|---|
author | Bryan Duxbury <bryanduxbury@apache.org> | Fri Aug 20 17:59:17 2010 +0000 |
committer | Bryan Duxbury <bryanduxbury@apache.org> | Fri Aug 20 17:59:17 2010 +0000 |
tree | 040d5a789b3a7cf647226283b37f94e07d7d5911 | |
parent | c39817c9a7800d7185f908f726137bcb11c0df2c [diff] |
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 git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@987593 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/py/setup.cfg b/lib/py/setup.cfg new file mode 100644 index 0000000..2dca2f8 --- /dev/null +++ b/lib/py/setup.cfg
@@ -0,0 +1,2 @@ +[install] +optimize = 1