From baae1d2acfaebd0543a58d51cd4eb025601b65ef Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Fri, 25 Mar 2011 15:26:24 -0400 Subject: [PATCH] Missing oauth2 files --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index bdb683d..36bcbe3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,7 @@ recursive-include functional_tests *.py *.json 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 @@ long_desc = """The Google API Client for Python is a client library for 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",