-
Notifications
You must be signed in to change notification settings - Fork 80
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
[MRG] move setup.cfg into pyproject.toml #2097
Conversation
Codecov Report
@@ Coverage Diff @@
## latest #2097 +/- ##
==========================================
+ Coverage 84.30% 91.69% +7.38%
==========================================
Files 130 99 -31
Lines 15280 11004 -4276
Branches 2171 2171
==========================================
- Hits 12882 10090 -2792
+ Misses 2095 611 -1484
Partials 303 303
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
between #837 and #1361 I think I got most ORCID IDs added. I also found out that email is not required and we can list maintainers in the same format (ref), so I added this to pyproject.toml. If the PR reviewer can run Question: should we ping people to check if their agree with 1) email being shared, 2) ORCID is correct (or create one if missing)? |
Turns out emails are not mandatory, so might as well remove them. I did keep them for the |
I asked on Python discuss about adding extra fields (like |
Consensus seems to be "it won't break, but it is probably not a good idea at the moment". I'm inclined to leave the orcid field for now (since they were already collected 🙃 ), and in a future PR make the authors field dynamic and load it from other source (like CITATION.cff or the zenodo config) |
Co-authored-by: ccbaumler <63077899+ccbaumler@users.noreply.github.com>
c8407c8
to
2af4c82
Compare
Ready for review and merge @sourmash-bio/devs |
Prompted by https://twitter.com/HenrySchreiner3/status/1539245259670138882
Open questions/TODO:
setuptools > 60
? Seems like it was an issue on [MRG] pin setuptools < 60 #1879 with conda