iiasa / climate-assessment

https://climate-assessment.readthedocs.io/en/latest
MIT License
19 stars 18 forks source link

Update classifier in setup.cfg #14

Closed phackstock closed 2 years ago

phackstock commented 2 years ago

Update the classifier Topic :: Climate Science to the closest allowed value by pypi, Topic :: Scientific/Engineering :: Atmospheric Science (list of all allowed classifiers: https://pypi.org/classifiers/). This is necessary to be able to upload to pypi. Not sure this needs any of the usual PR steps.

znicholls commented 2 years ago

Could also be worth adding a test from pypi workflow for when you've deployed (e.g. here but I'm sure you've done this elsewhere too https://github.com/openscm/openscm-units/blob/master/.github/workflows/test-pypi-install.yml)

phackstock commented 2 years ago

@znicholls, thank you for the suggestions, that was going to be my next PR to complete the deployment setup.