From 27f520d1b612c239cc7929de16ec559622255bf4 Mon Sep 17 00:00:00 2001 From: John Asmuth Date: Thu, 24 Apr 2014 16:33:08 -0400 Subject: [PATCH] Updated setup.py with new authorship. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c33e150..552a50d 100644 --- a/setup.py +++ b/setup.py @@ -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,