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,
description="OAuth 2.0 client library",
long_description=long_desc,
author="Joe Gregorio",
author_email="jcgregorio@google.com",
author="John Asmuth",
author_email="jasmuth@google.com",
url="http://github.com/google/oauth2client/",
install_requires=install_requires,
packages=packages,