commit | 54e5aafa70f0239aaad8074ddc8d661e2a28b1f7 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Tue May 17 13:33:12 2011 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Tue May 17 13:33:12 2011 -0400 |
tree | 06fd2badb928f2a92bce862a61bb7dcbcc414275 | |
parent | 8097e2a2b7a4e531e3da5cc424e59c333837be0f [diff] |
Partial fix of issue #31. Add simplejson to MANIFEST.in
diff --git a/MANIFEST.in b/MANIFEST.in index 9154e7b..7e85b3a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in
@@ -5,6 +5,7 @@ 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