| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7cced41 commit eaed04b
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | 22 | name = "gapic-generator" | |
| 23 | 23 | description = "Google API Client Generator for Python" | |
| 24 | - url = "https://github.com/googleapis/gapic-generator-python" | ||
| 24 | + url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/gapic-generator" | ||
| 25 | 25 | version = "1.33.0" | |
| 26 | 26 | release_status = "Development Status :: 5 - Production/Stable" | |
| 27 | 27 | dependencies = [ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -105,7 +105,7 @@ | |||
| 105 | 105 | author_email="googleapis-packages@google.com", | |
| 106 | 106 | description="Google Authentication Library", | |
| 107 | 107 | long_description=long_description, | |
| 108 | - url="https://github.com/googleapis/google-auth-library-python", | ||
| 108 | + url="https://github.com/googleapis/google-cloud-python/tree/main/packages/google-auth", | ||
| 109 | 109 | packages=find_namespace_packages( | |
| 110 | 110 | exclude=("tests*", "system_tests*", "docs*", "samples*") | |
| 111 | 111 | ), | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -48,7 +48,7 @@ | |||
| 48 | 48 | author="Google LLC", | |
| 49 | 49 | author_email="googleapis-packages@google.com", | |
| 50 | 50 | license="Apache 2.0", | |
| 51 | - url="https://github.com/googleapis/python-access-context-manager", | ||
| 51 | + url="https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-access-context-manager", | ||
| 52 | 52 | classifiers=[ | |
| 53 | 53 | release_status, | |
| 54 | 54 | "Intended Audience :: Developers", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,6 +60,6 @@ | |||
| 60 | 60 | license="Apache-2.0", | |
| 61 | 61 | packages=find_namespace_packages(exclude=("tests*", "testing*")), | |
| 62 | 62 | python_requires=">=3.9", | |
| 63 | - url="https://github.com/googleapis/python-audit-log", | ||
| 63 | + url="https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-audit-log", | ||
| 64 | 64 | include_package_data=True, | |
| 65 | 65 | ) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,7 +41,7 @@ | |||
| 41 | 41 | author_email='googleapis-publisher@google.com', | |
| 42 | 42 | long_description=README, | |
| 43 | 43 | scripts=[], | |
| 44 | - url='https://github.com/googleapis/google-resumable-media-python', | ||
| 44 | + url="https://github.com/googleapis/google-cloud-python/tree/main/packages/google-resumable-media", | ||
| 45 | 45 | packages=setuptools.find_namespace_packages( | |
| 46 | 46 | exclude=("tests*", "docs*") | |
| 47 | 47 | ), | |
| Back | FazBrowse Home | New Git URL |
0 commit comments