diff --git a/README.rst b/README.rst index c7dfcea6b..afc47880f 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Google Auth Python Library ========================== -|build| |docs| |pypi| |compat_check_pypi| |compat_check_github| +|docs| |pypi| This library simplifies using Google's various server-to-server authentication mechanisms to access Google APIs. diff --git a/setup.py b/setup.py index 42cf4fb40..28b302f0b 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ name="google-auth", version=version, author="Google Cloud Platform", - author_email="jonwayne+google-auth@google.com", + author_email="googleapis-packages@google.com", description="Google Authentication Library", long_description=long_description, url="https://github.com/GoogleCloudPlatform/google-auth-library-python",