aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2011-05-17 13:33:12 -0400
committerJoe Gregorio <jcgregorio@google.com>2011-05-17 13:33:12 -0400
commit54e5aafa70f0239aaad8074ddc8d661e2a28b1f7 (patch)
tree06fd2badb928f2a92bce862a61bb7dcbcc414275 /MANIFEST.in
parent8097e2a2b7a4e531e3da5cc424e59c333837be0f (diff)
downloadgoogle-api-python-client-54e5aafa70f0239aaad8074ddc8d661e2a28b1f7.tar.gz
Partial fix of issue #31. Add simplejson to MANIFEST.in
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 9154e7b59..7e85b3acd 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,6 +5,7 @@ recursive-include uritemplate *.py
recursive-include apiclient *.json *.py
recursive-include oauth2 *.py
recursive-include docs *.html
+recursive-include simplejson *.py *.c
recursive-include samples *.py *.png *.html *.yaml *.json
include runtests.py
include runsamples.py