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",