Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 3e7bd91

Browse files
committed
Declare namespace packages in setup.py
----Release Notes---- [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119856939
1 parent 602b6fb commit 3e7bd91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def get_download_url():
102102
download_url=get_download_url(),
103103
author='Google, Inc.',
104104
packages=setuptools.find_packages(),
105+
namespace_packages=['google', 'google.cloud'],
105106
entry_points={
106107
'console_scripts': CONSOLE_SCRIPTS,
107108
},

0 commit comments

Comments
 (0)