From a3a11043762608b94cf05a91887b8b1ceb64dc12 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 --- packages/google-cloud-texttospeech/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-texttospeech/setup.py b/packages/google-cloud-texttospeech/setup.py index ba8032d50ccb..13704cf8c7aa 100644 --- a/packages/google-cloud-texttospeech/setup.py +++ b/packages/google-cloud-texttospeech/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",