diff --git a/setup.py b/setup.py index e3b24819..463770a0 100644 --- a/setup.py +++ b/setup.py @@ -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=[ @@ -16,7 +16,7 @@ 'shapely', 'seaborn', 'pandas>=0.25', - 'hs_restclient==1.3.4', + 'hs_restclient', 'distributed', 'fiona', 'cartopy',