Skip to content

Conversation

mfisher87
Copy link
Collaborator

@mfisher87 mfisher87 commented May 21, 2023

Catch up on the ecosystem changes from the last ~3 years :)

Support only non-EOL versions of Python (dropping 2.x support)

@mfisher87 mfisher87 changed the title Drop support for Python 2 Modernize viscm May 21, 2023
@mfisher87 mfisher87 changed the title Modernize viscm Modernize packaging config May 21, 2023
@mfisher87 mfisher87 marked this pull request as ready for review May 21, 2023 04:09
Copy link
Contributor

@stefanv stefanv left a 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`
Copy link
Contributor

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?

Copy link
Collaborator Author

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants