Skip to content

Commit

Permalink
fix: correct name in setup.py (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Mar 23, 2020
1 parent c01323a commit a6a7338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-media-translation/setup.py
Original file line number Diff line number Diff line change
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 a6a7338

Please sign in to comment.