Missing oauth2 files

This commit is contained in:
Joe Gregorio
2011-03-25 15:26:24 -04:00
parent 06d852bb21
commit baae1d2acf
2 changed files with 2 additions and 1 deletions

View File

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

View File

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