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

build: update package to use pyproject.toml #1230

Merged
merged 5 commits into from
Feb 3, 2025
Merged

Conversation

jackwotherspoon
Copy link
Collaborator

Update package to use pyproject.toml over soon to be deprecated setup.py and setup.cfg

Fixes #989

@jackwotherspoon jackwotherspoon self-assigned this Jan 30, 2025
@jackwotherspoon jackwotherspoon requested a review from a team as a code owner January 30, 2025 23:07
namespace_packages = true
ignore_missing_imports = true
warn_unused_configs = true
exclude = ['docs/*', 'samples/*']

Choose a reason for hiding this comment

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

Just curious: are we currently excluding docs/* and samples/* in .mypy.ini. I don't see that we're excluding those there.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

nope, just copied the guidance from the google api core PR

@jackwotherspoon jackwotherspoon merged commit 4fe1320 into main Feb 3, 2025
15 checks passed
@jackwotherspoon jackwotherspoon deleted the pyproject.toml branch February 3, 2025 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch to using pyproject.toml over setup.py for package
3 participants