Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

fix: corrects the repo/homepage link #15

Merged
merged 2 commits into from Nov 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/snippets/noxfile_config.py
Expand Up @@ -37,4 +37,4 @@
"AGENT_ID": "53516802-3e2a-4016-80b6-a3df0d240240",
"AUDIO_PATH": "resources/hello.wav",
},
}
}
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down