Updated author field in setup.py.
diff --git a/setup.py b/setup.py
index 6012693..cef9393 100644
--- a/setup.py
+++ b/setup.py
@@ -52,8 +52,8 @@
     version=version,
     description="Google API Client Library for Python",
     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/google-api-python-client/",
     install_requires=install_requires,
     packages=packages,