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
fix: add pyproject.toml for proper package metadata
- Add pyproject.toml with all required metadata fields (Name, Version)
- Update MANIFEST.in to include CHANGELOG.md and pyproject.toml
- Fixes InvalidDistribution error when publishing to PyPI
- Uses modern Python packaging standards with PEP 621
0 commit comments