OMS-NetZero / FAIR

Finite-amplitude Impulse Response simple climate model
https://docs.fairmodel.net
Apache License 2.0
130 stars 62 forks source link

Add CSV files when installing #14

Closed rgieseke closed 6 years ago

rgieseke commented 6 years ago

This adds the CSV files included with FAIR to setup.py, enabling pip install directly from GitHub (and I assume also when sending to PyPI).

chrisroadmap commented 6 years ago

This was quite a large oversight actually as some of the tests or examples will not work without the RCP emissions files... will merge in. Thanks! I'll re-upload to pypi as version 1.1.2. Obviously this is not in sync with versioneer, will do this properly starting with v1.2.

rgieseke commented 6 years ago

Thanks for the merge and quick release! Install worked perfectly with Python 3 and displayed the correct '1.1.2' version – I think the only potential problem with versioneer arises when one commits additional stuff after tagging, which then would be the ones used in PyPI.