Missing oauth2 files
This commit is contained 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
|
||||
|
||||
2
setup.py
2
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",
|
||||
|
||||
Reference in New Issue
Block a user