-
Notifications
You must be signed in to change notification settings - Fork 10
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
Cleanup pass in setup.py #28
Cleanup pass in setup.py #28
Conversation
- Fully move from AI2 to NOAA-GDFL - Restrict python version to 3.11 - Consistent license information - Pin NDSL at latest release (2024.09.00)
a3e3ce0
to
021e524
Compare
@fmalatino @oelbert would you mind to review this? And can someone else add Rusty to the list of reviewers? I can't seem to find him. I'd add you guys as reviewers if I could. Looks like I don't have the rights to do this. /cc @FlorianDeconinck as discussed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Thanks for taking care of this.
This was added a while back (at AI2) when - for a brief amount of time - the idea as to ship some translate test data with the package. This idea was rejected and now the configuration option isn't needed anymore.
Thanks for all the discussions. This is ready for a second round of reviews. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Someone with write access to the repo will need to merge this PR. I don't have the rights to do this. |
Description
This PR does a pass on the
setup.py
file and changes the followingThis is a follow-up from a couple of PRs and mentions including
coverage
tool to unit tests in workflow #21 (comment) and Addition ofcoverage
tool to unit tests in workflow #21 (review) which advocated for a holistic pass on the fileHow Has This Been Tested?
Tested
python_requires
locally (with different python version and multiple virtual environments)Checklist: