csdms / pymt

A Python toolkit for running and coupling Earth surface models
https://pymt.readthedocs.io
MIT License
52 stars 20 forks source link

Remove PyPI deployment #111

Closed mcflugen closed 4 years ago

mcflugen commented 4 years ago

Since there is already a package on PyPI called pymt, we, unfortunately, can't deploy releases there - at least not under the name pymt. We should figure this out as it would be good to have releases installable from both PyPI and conda-forge.

This pull request also fixes the URL for the miniconda installer. Apparently it changed between the tests completing for #110 and when it was merged.

mdpiper commented 4 years ago

@mcflugen Should we open an issue to discuss an alternate name? csdms-pymt? Or maybe just csdms?

mcflugen commented 4 years ago

@mdpiper Yes, we should open an issue.

Some things to consider:

Maybe we should have something like pymt-base (or pymt-core?) that is a minimal version of pymt that doesn't contain ESMF grid mappers, unit conversion, or pymt_ packages. Those things would all be pymt extensions.