respec / HSPsquared

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

REF: Refactored to have dependencies install from setup.py. #20

Closed timcera closed 5 years ago

timcera commented 5 years ago

Reworked 'setup.py' so the latest version of 'hspfbintoolbox' and 'wdmtoolbox' is installed. 'tstoolbox' and 'mando' are brought in and installed is as dependencies.

Kindest regards, Tim

timcera commented 5 years ago

Any movement?

Acceptance of this PR would mean that you could:

python setup.py sdist bdist_wheel
twine upload dist/*

and make HSPsquared available to anyone with 'pip' to:

pip install hspsquared
PaulDudaRESPEC commented 5 years ago

Thanks for the nudge!