Skip to content

Migrate packaging from setup.py to pyproject.toml file#29

Merged
brandonwillard merged 7 commits into
pythological:mainfrom
rndubs:update-packaging-to-toml-file
Jul 14, 2025
Merged

Migrate packaging from setup.py to pyproject.toml file#29
brandonwillard merged 7 commits into
pythological:mainfrom
rndubs:update-packaging-to-toml-file

Conversation

@rndubs

@rndubs rndubs commented Jul 14, 2025

Copy link
Copy Markdown

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

rndubs commented Jul 14, 2025

Copy link
Copy Markdown
Author

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

@brandonwillard brandonwillard left a comment

Copy link
Copy Markdown
Member

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