From c26852d8a3738eb4d67222c555d0197a854e68a9 Mon Sep 17 00:00:00 2001 From: Dan O'Meara Date: Tue, 17 Nov 2020 11:03:20 -0800 Subject: [PATCH] fix: corrects the repo/homepage link (#15) * fix: corrects the repo/homepage link * chore: adds newline to end of file --- samples/snippets/noxfile_config.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/snippets/noxfile_config.py b/samples/snippets/noxfile_config.py index edded193..21e86416 100644 --- a/samples/snippets/noxfile_config.py +++ b/samples/snippets/noxfile_config.py @@ -37,4 +37,4 @@ "AGENT_ID": "53516802-3e2a-4016-80b6-a3df0d240240", "AUDIO_PATH": "resources/hello.wav", }, -} \ No newline at end of file +} diff --git a/setup.py b/setup.py index 728b178a..2136f23f 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ author="Google LLC", author_email="googleapis-packages@google.com", license="Apache 2.0", - url="https://github.com/googleapis/python-video-transcoder", + url="https://github.com/googleapis/python-dialogflow-cx", packages=setuptools.PEP420PackageFinder.find(), namespace_packages=("google", "google.cloud"), platforms="Posix; MacOS X; Windows",