Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Introduce compatibility with native namespace packages #385

Merged
merged 4 commits into from
Jul 20, 2023

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 review from a team as code owners July 17, 2023 19:11
setup.py Outdated
scripts=[],
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?

@cojenco cojenco merged commit cdd7a5e into main Jul 20, 2023
14 checks passed
@cojenco cojenco deleted the namespace-packages branch July 20, 2023 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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