From 011fabb75bda9ad055494d456d571c1ef8495c6f Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Tue, 17 Dec 2019 16:45:54 -0800 Subject: [PATCH] docs: update project URL (#413) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29abec2a5..0078aaf02 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ author_email="googleapis-packages@google.com", description="Google Authentication Library", long_description=long_description, - url="https://github.com/GoogleCloudPlatform/google-auth-library-python", + url="https://github.com/googleapis/google-auth-library-python", packages=find_packages(exclude=("tests*", "system_tests*")), namespace_packages=("google",), install_requires=DEPENDENCIES,