Partial fix of issue #31. Add simplejson to MANIFEST.in

This commit is contained in:
Joe Gregorio
2011-05-17 13:33:12 -04:00
parent 8097e2a2b7
commit 54e5aafa70

View File

@@ -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