pacificclimate / modelmeta

An ORM representation of the model metadata database
GNU General Public License v3.0
1 stars 0 forks source link

Package should install `ncwms_configurator` #82

Closed jameshiebert closed 4 years ago

jameshiebert commented 5 years ago

The ncwms_configurator.py script doesn't get installed when you install modelmeta from pip. Meaning that you have to git clone the code directory to actually run the script. This is a problem for reproducibility and security since running code from one's dev directory could have been modified in innumerable ways.

It's not hard to install it as a script, so let's do this.