From 40c871efb9293444e6b6fc0107a1856f4985283f Mon Sep 17 00:00:00 2001 From: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com> Date: Mon, 4 Dec 2023 02:40:09 -0800 Subject: [PATCH] chore: update author_email in setup.py (#324) * fix: update author in setup.py * Update setup.py Co-authored-by: Anthonios Partheniou --------- Co-authored-by: Anthonios Partheniou --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5a83c5..c8c8a8c 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ name="google-auth-oauthlib", 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-oauthlib",