commit | 9c7fec5ce0a150e153261d51575186f7d94e524f | [log] [tgz] |
---|---|---|
author | John Asmuth <jasmuth@google.com> | Thu Apr 24 16:38:09 2014 -0400 |
committer | John Asmuth <jasmuth@google.com> | Thu Apr 24 16:38:09 2014 -0400 |
tree | 307fe14348b5f952d13e72f574665c09877424c6 | |
parent | c8a51f5fde6227d883775205d07c48ad2bc20b31 [diff] |
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,