-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Determine this is the right repository
- I determined this is the correct repository in which to report this bug.
Summary of the issue
Context
I've upgraded googleapis-common-protos to version 1.69.0.
Expected Behavior:
Clean install containing only google* packages.
Actual Behavior:
A stray /usr/lib/python3.13/site-packages/docs/conf.py was installed as part of this package.
API client name and version
googleapis-common-protos 1.69.0
Reproduction steps: code
uv venv
uv pip install googleapis-common-protos==1.69.0
ls .venv/lib/python3.13/site-packages/docs/
Reproduction steps: supporting files
No response
Reproduction steps: actual results
$ ls .venv/lib/python3.13/site-packages/docs/
conf.py
Reproduction steps: expected results
$ ls .venv/lib/python3.13/site-packages/docs/
ls: cannot access '.venv/lib/python3.13/site-packages/docs/': No such file or directory
OS & version + platform
Gentoo Linux amd64
Python environment
3.13.2
Python dependencies
Package Version
------------------------ -------
googleapis-common-protos 1.69.0
protobuf 5.29.3
Additional context
Most likely missing docs in tool.setuptools.packages.find.exclude key.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.