From 0d28efac2d1caf844c7c8e44eb5feee07cdc8cd5 Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Fri, 20 Aug 2010 17:59:17 +0000 Subject: [PATCH] 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 --- lib/py/setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/py/setup.cfg diff --git a/lib/py/setup.cfg b/lib/py/setup.cfg new file mode 100644 index 00000000..2dca2f87 --- /dev/null +++ b/lib/py/setup.cfg @@ -0,0 +1,2 @@ +[install] +optimize = 1 -- 2.17.1