-
Notifications
You must be signed in to change notification settings - Fork 13
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
Convert to pyproject.toml spec #18
Convert to pyproject.toml spec #18
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #18 +/- ##
=======================================
Coverage 72.57% 72.57%
=======================================
Files 10 10
Lines 1050 1050
Branches 189 189
=======================================
Hits 762 762
Misses 269 269
Partials 19 19 ☔ View full report in Codecov by Sentry. |
Thanks a lot @catanzaromj, this is great! I confirm email addresses, license, keywords and urls look good. @ctralie, do you want to take a look before I merge to master? |
One comment is that CHANGELOG.md is not really being used. Should we keep it in pyproject.toml? |
@LuisScoccola Makes sense. I removed it from |
All good by me, thank you so much for helping to maintain this! |
This PR converts DREiMac to using the pyproject.toml style of specification, as wheel as using setuptools for building wheels.
@LuisScoccola Please double check the email addresses, license, keywords and urls specificed in the
pyproject.toml
file.