respec / HSPsquared

Hydrologic Simulation Program Python (HSPsquared)
GNU Affero General Public License v3.0
43 stars 17 forks source link

Added a setup.py, and README.rst to work with PyPI #14

Closed timcera closed 6 years ago

timcera commented 6 years ago

Added a setup.py and moved README.md to README.rst and other misc. so that it will work with PyPI, pip, 'python setup.py install', ...etc. Needs testing since I didn't want to load up to PyPI leaving that decision to you guys. The 'pip' and 'python setup.py install' methods work on my Linux development machine. Creates a 'hsp2' executable which should install correctly on Linux, Windows (where it makes a 'hsp2.exe') and Mac. I created a 'run' sub-command so:

hsp2 run tutorial.h5

runs the model....

timcera commented 6 years ago

Bump.

timcera commented 6 years ago

This is holding me up.