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