Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize and streamline project packaging #368

Merged
merged 22 commits into from
Mar 7, 2023
Merged

Conversation

bdewilde
Copy link
Collaborator

@bdewilde bdewilde commented Mar 5, 2023

Description

  • modernizes python packaging by migrating all package metadata and tool configs into pyproject.toml and removing the old setup.cfg file
  • updates github workflows to leverage newer actions, and adds steps to linting, type-checking, and test-publishing
  • bumps key (optional, dev-only) dependency versions for pytest, mypy, black and tweaks their configs; also adds new (optional, dev-only) dependencies on isort and ruff

Motivation and Context

Python packaging continues to evolve; just keeping up ...

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation, and I have updated it accordingly.

@bdewilde bdewilde changed the base branch from main to develop March 5, 2023 21:29
@bdewilde bdewilde marked this pull request as ready for review March 6, 2023 03:14
bdewilde added 3 commits March 6, 2023 21:58
with new scoped api tokens
i'm waffling on a naming convention. yes, i realize this is not important.
@bdewilde bdewilde merged commit f0915a2 into develop Mar 7, 2023
@bdewilde bdewilde deleted the modernize-packaging branch March 7, 2023 03:16
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.

1 participant