| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent dce31cc commit 864f79f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -58,9 +58,7 @@ | |||
| 58 | 58 | if package.startswith("google") | |
| 59 | 59 | ] | |
| 60 | 60 | ||
| 61 | - namespaces = ["google"] | ||
| 62 | - if "google.cloud" in packages: | ||
| 63 | - namespaces.append("google.cloud") | ||
| 61 | + namespaces = ["google", "google.cloud"] | ||
| 64 | 62 | ||
| 65 | 63 | setuptools.setup( | |
| 66 | 64 | name=name, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments