-
Notifications
You must be signed in to change notification settings - Fork 33
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
Switch from setup.py to pyproject.toml #573
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #573 +/- ##
=======================================
Coverage 93.14% 93.14%
=======================================
Files 60 60
Lines 4495 4495
=======================================
Hits 4187 4187
Misses 308 308 ☔ View full report in Codecov by Sentry. |
Thanks a lot Nich! Looks good. Just a few questions above. (Edit: whoops, accidentally closed, then reopened) |
@maximelucas Should have addressed all of your comments, thanks! |
Amazing, thanks so much! |
According to PEP 621, projects are encouraged to migrate to a pyproject.toml file.