Missing oauth2 files
diff --git a/MANIFEST.in b/MANIFEST.in
index bdb683d..36bcbe3 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,6 +3,7 @@
recursive-include httplib2 *.py *.json
recursive-include uritemplate *.py *.json
recursive-include apiclient *.json *.py
+recursive-include oauth2 *.py
recursive-include docs *.html
recursive-include samples *.py *.png *.html *.yaml *.json
include runtests.py
diff --git a/setup.py b/setup.py
index 4d3ddb2..aa1ee16 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@
accessing the Buzz, Moderator, and Latitude APIs."""
setup(name="google-api-python-client",
- version="1.0alpha6",
+ version="1.0alpha7",
description="Google API Client Library for Python",
long_description=long_desc,
author="Joe Gregorio",