From 54e5aafa70f0239aaad8074ddc8d661e2a28b1f7 Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Tue, 17 May 2011 13:33:12 -0400 Subject: [PATCH] Partial fix of issue #31. Add simplejson to MANIFEST.in --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 9154e7b..7e85b3a 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