You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(project urls): update incorrect urls in setup.py to point at monorepo vs splitrepo (#17237)
Project/Homepage URLs that appear in PyPI are pointing at the old home
for certain packages when they were split repos.
This fix updates the setup.py files for multiple packages:
### HANDWRITTEN packages
* packages/gapic-generator/setup.py
* packages/google-auth/setup.py
* packages/google-resumable-media/setup.py
### PROTO_ONLY_APIS packages
> [!note]
> If a package is `proto_only_apis`, Librarian bypasses
`gapic-generator-python` entirely. Instead, it runs a raw `protoc`
command directly to compile only the `_pb2.py` and `_pb2.pyi` files.
Because the GAPIC generator is bypassed, the `setup.py.j2` template is
never executed for them, and they need to be hand edited.
* packages/google-cloud-access-context-manager/setup.py
* packages/google-cloud-audit-log/setup.py
Fixes bug #507858597
0 commit comments