Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

feat: Introduce compatibility with native namespace packages#385

Merged
cojenco merged 4 commits intomainfrom
namespace-packages
Jul 20, 2023
Merged

feat: Introduce compatibility with native namespace packages#385
cojenco merged 4 commits intomainfrom
namespace-packages

Conversation

@parthea
Copy link
Contributor

@parthea parthea commented Jul 17, 2023

No description provided.

@product-auto-label product-auto-label bot added size: s Pull request size is small. api: storage Issues related to the googleapis/google-resumable-media-python API. labels Jul 17, 2023
@parthea parthea added the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 17, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 17, 2023
@parthea parthea marked this pull request as ready for review July 17, 2023 19:11
@parthea parthea requested a review from a team as a code owner July 17, 2023 19:11
@parthea parthea requested a review from a team July 17, 2023 19:11
setup.py Outdated
url='https://github.com/googleapis/google-resumable-media-python',
packages=setuptools.find_packages(exclude=('tests*',)),
packages=setuptools.find_namespace_packages(
exclude=("tests*")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @parthea for adding this! Do we need to exclude the docs* files here as well?

@parthea parthea requested a review from cojenco July 18, 2023 12:54
@cojenco cojenco merged commit cdd7a5e into main Jul 20, 2023
@cojenco cojenco deleted the namespace-packages branch July 20, 2023 20:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: storage Issues related to the googleapis/google-resumable-media-python API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants