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

Commit ae80dcf

Browse files
authored
fix: fix package name (#2)
1 parent d86f58d commit ae80dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎setup.py

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

3030
setuptools.setup(
31-
name="google-cloud-documentai",
31+
name="google-cloud-notebooks",
3232
version=version,
3333
long_description=readme,
3434
author="Google LLC",
3535
author_email="googleapis-packages@google.com",
3636
license="Apache 2.0",
37-
url="https://github.com/googleapis/python-documentai",
37+
url="https://github.com/googleapis/python-notebooks",
3838
packages=setuptools.PEP420PackageFinder.find(),
3939
namespace_packages=("google", "google.cloud"),
4040
platforms="Posix; MacOS X; Windows",

0 commit comments

Comments
 (0)