Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e96ef7

Browse files
chore: Update gapic-generator-python to v1.8.4 (googleapis#280)
* chore: Update gapic-generator-python to v1.8.4 PiperOrigin-RevId: 507808936 Source-Link: googleapis/googleapis@64cf849 Source-Link: https://github.com/googleapis/googleapis-gen/commit/53c48cac153d3b37f3d2c2dec4830cfd91ec4153 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTNjNDhjYWMxNTNkM2IzN2YzZDJjMmRlYzQ4MzBjZmQ5MWVjNDE1MyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5951a3b commit 7e96ef7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@
5757
if package.startswith("google")
5858
]
5959

60-
namespaces = ["google"]
61-
if "google.cloud" in packages:
62-
namespaces.append("google.cloud")
60+
namespaces = ["google", "google.cloud", "google.cloud.video"]
6361

6462
setuptools.setup(
6563
name=name,

0 commit comments

Comments
 (0)