Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c39817c
)
THRIFT-855. py: Include optimized compiled python objects in install
author
Bryan Duxbury
<bryanduxbury@apache.org>
Fri, 20 Aug 2010 17:59:17 +0000
(17:59 +0000)
committer
Bryan 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]
patch
|
blob
diff --git a/lib/py/setup.cfg
b/lib/py/setup.cfg
new file mode 100644
(file)
index 0000000..
2dca2f8
--- /dev/null
+++ b/
lib/py/setup.cfg
@@ -0,0
+1,2
@@
+[install]
+optimize = 1