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

Commit

Permalink
fix: correct name in setup.py (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Mar 23, 2020
1 parent 9410e67 commit c35b223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -27,13 +27,13 @@
readme = readme_file.read()

setuptools.setup(
name="google-cloud-mediatranslation",
name="google-cloud-media-translation",
version=version,
long_description=readme,
author="Google LLC",
author_email="googleapis-packages@google.com",
license="Apache 2.0",
url="https://github.com/googleapis/python-memcache",
url="https://github.com/googleapis/python-media-translation",
packages=setuptools.PEP420PackageFinder.find(),
namespace_packages=("google", "google.cloud"),
platforms="Posix; MacOS X; Windows",
Expand Down

0 comments on commit c35b223

Please sign in to comment.