-
Notifications
You must be signed in to change notification settings - Fork 31
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 packaging config #63
Conversation
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.
Thanks, @mfisher87, this looks great! See whether you want to make any changes, otherwise I'm happy to merge.
``` | ||
rm -rf dist | ||
python -m build | ||
pip install dist/*.whl # or `dist/*.tar.gz` |
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.
What is this or
clause for?
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.
It's just a comment to point out the two different distributions that could be installed and tested locally. If the wheel works, the source dist should definitely work, so maybe not worth calling this out.
* Add anaconda.org URL to README * Fix minor error in README * Document passing a .py file as COLORMAP, clean up unnecessary comment * Relocate `__name__ == "__main__"` check to `cli` module
Catch up on the ecosystem changes from the last ~3 years :)
Support only non-EOL versions of Python (dropping 2.x support)