-
Notifications
You must be signed in to change notification settings - Fork 154
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
fix: use native namespace to avoid pkg_resources warnings #1176
Conversation
Sorry I accidentally clicked the close button while I was typing.. For other |
5fe396c
to
14910a0
Compare
@parthea Thank you very much. PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also remove namespace_packages=
in setup.py and add a packaging test similar to https://github.com/googleapis/google-auth-library-python/pull/1205/files
Fixes #1000 🦕