Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit c35b223

Browse files
authored
fix: correct name in setup.py (#2)
1 parent 9410e67 commit c35b223

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
readme = readme_file.read()
2828

2929
setuptools.setup(
30-
name="google-cloud-mediatranslation",
30+
name="google-cloud-media-translation",
3131
version=version,
3232
long_description=readme,
3333
author="Google LLC",
3434
author_email="googleapis-packages@google.com",
3535
license="Apache 2.0",
36-
url="https://github.com/googleapis/python-memcache",
36+
url="https://github.com/googleapis/python-media-translation",
3737
packages=setuptools.PEP420PackageFinder.find(),
3838
namespace_packages=("google", "google.cloud"),
3939
platforms="Posix; MacOS X; Windows",

0 commit comments

Comments
 (0)