-
Notifications
You must be signed in to change notification settings - Fork 43
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 package devtools #105
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #105 +/- ##
=======================================
Coverage ? 89.05%
=======================================
Files ? 20
Lines ? 1663
Branches ? 247
=======================================
Hits ? 1481
Misses ? 140
Partials ? 42 ☔ View full report in Codecov by Sentry. |
Hey @brl0, I found some time to update the tool stack. I'm working on fixing a few of the bigger open issues with I stuck with the iterative template mostly to avoid long discussions on what tools to use. Do you have any comments on this stack? Cheers, |
let's first figure out if the org wants to use the action
This PR updates the package dev tools to align with the cookiecutter template https://github.com/iterative/py-template
See #98
It also bumps the required python version to 3.8
Migrate to hatch, stop using legacy setup metadata format.Add a
CHANGELOG
will be addressed when preparing a new release