From dc17707c41feb885d94f1045ef14e4b9e0898716 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 29 Feb 2020 00:38:02 +0700 Subject: [PATCH] fix: update url in setup.py (#13) Fixes https://github.com/googleapis/python-texttospeech/issues/12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba8032d5..13704cf8 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ author="Google LLC", author_email="googleapis-packages@google.com", license="Apache 2.0", - url="https://github.com/GoogleCloudPlatform/python-texttospeech", + url="https://github.com/googleapis/python-texttospeech", classifiers=[ release_status, "Intended Audience :: Developers",