Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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
jackwotherspoon added a commit that referenced this pull request Feb 12, 2025
In #1230 we moved package off of setup.py and over to pyproject.toml

Forgot a spot to update in release.sh which references setup.py which no longer exists.
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