Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arbennett authored Jun 13, 2020
1 parent 189bffa commit e687a7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(name='pysumma',
version='2.0.0',
description='an Object-Oriented Python wrapper for SUMMA model',
url='https://github.com/uva-hydroinformatics/pysumma.git',
author='YoungDon Choi',
author_email='choiyd1115@gmail.com',
description='A python wrapper for SUMMA',
url='https://github.com/UW-Hydro/pysumma.git',
author='YoungDon Choi, Andrew Bennett',
author_email='choiyd1115@gmail.com, andrbenn@uw.edu',
license='MIT',
packages=find_packages(),
install_requires=[
Expand All @@ -16,7 +16,7 @@
'shapely',
'seaborn',
'pandas>=0.25',
'hs_restclient==1.3.4',
'hs_restclient',
'distributed',
'fiona',
'cartopy',
Expand Down

0 comments on commit e687a7a

Please sign in to comment.