You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrated from setup.py/setup.cfg to pyproject.toml-based build system while
maintaining all existing functionality including C extension builds. Created
.flake8 configuration file and updated all utility scripts (bump_version.py,
create_release.py) and documentation (RELEASE.md) to use pyproject.toml.
Updated .pre-commit-config.yaml to use --py39-plus for reorder-python-imports
and configured flake8 with min-python-version=3.9.0 to align with project's
Python 3.9+ requirement. Removed obsolete setup-cfg-fmt hook.
All build options, optional dependencies, entry points, and package metadata
have been preserved. Tested with both editable install and wheel/sdist builds.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments