We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7faa3ca commit 23493c7Copy full SHA for 23493c7
packages/google-auth/setup.py
@@ -39,7 +39,7 @@
39
author_email="googleapis-packages@google.com",
40
description="Google Authentication Library",
41
long_description=long_description,
42
- url="https://github.com/GoogleCloudPlatform/google-auth-library-python",
+ url="https://github.com/googleapis/google-auth-library-python",
43
packages=find_packages(exclude=("tests*", "system_tests*")),
44
namespace_packages=("google",),
45
install_requires=DEPENDENCIES,
0 commit comments