Updated setup.py with new authorship.

This commit is contained in:
John Asmuth
2014-04-24 16:33:08 -04:00
parent eb3358d88d
commit 27f520d1b6

View File

@@ -50,8 +50,8 @@ setup(
version=version, version=version,
description="OAuth 2.0 client library", description="OAuth 2.0 client library",
long_description=long_desc, long_description=long_desc,
author="Joe Gregorio", author="John Asmuth",
author_email="jcgregorio@google.com", author_email="jasmuth@google.com",
url="http://github.com/google/oauth2client/", url="http://github.com/google/oauth2client/",
install_requires=install_requires, install_requires=install_requires,
packages=packages, packages=packages,