Navigation Menu

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

Commit

Permalink
fix: fix package name (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Aug 6, 2020
1 parent d86f58d commit ae80dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -28,13 +28,13 @@
readme = readme_file.read()

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

0 comments on commit ae80dcf

Please sign in to comment.