rice-solar-physics / pydrad

Python tools for setting up HYDRAD runs and parsing output
https://pydrad.readthedocs.io
MIT License
4 stars 3 forks source link

Move away from setup.py #145

Closed wtbarnes closed 10 months ago

wtbarnes commented 3 years ago

python setup.py install is outdated. We should be using pip install -e .. I think this should mostly just involve refactoring setup.py and moving a bunch of information into setup.cfg.

wtbarnes commented 3 years ago

Optionally, just retemplate the whole thing with the sunpy/OA cookiecutter template