Skip to content

Conversation

rndubs
Copy link

@rndubs rndubs commented Jul 14, 2025

Closes #27 #28 .

Summary of changes:

  • Replaced setup.py with pyproject.toml configuration, and migrated as much of the setup.cfg to the toml file as possible (flake8 config left in place)
  • Switched from versioneer to setuptools-scm for dynamic versioning
  • Updated CI/CD workflows with current action versions and updated the Python version matrix for testing
  • Bumped dependency versions for pre-commit hooks and addressed compatibility issues
  • Updated MANIFEST.in to exclude development files from source distributions
  • Fixed linting warnings and type hints introduced by dependency updates

@rndubs
Copy link
Author

rndubs commented Jul 14, 2025

@brandonwillard , this PR should be ready for a review as well.

Copy link
Member

@brandonwillard brandonwillard left a comment

Choose a reason for hiding this comment

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

Thanks, again, @rndubs!

@brandonwillard brandonwillard merged commit 04ebce2 into pythological:main Jul 14, 2025
10 checks passed
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.

Migrate the setup.py packaging file to a PEP517 compliant pyproject.toml file

2 participants