From 04a42c8a8a95b13ab317e271a0320e01b5927f06 Mon Sep 17 00:00:00 2001 From: Uthpala Herath Date: Thu, 16 Jul 2020 02:31:54 -0400 Subject: [PATCH] Updated setup requirements --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index b2fdd0a..940e04a 100644 --- a/setup.py +++ b/setup.py @@ -4,13 +4,13 @@ setup( name="convertSPEI", description="A Python script to convert Standardised Precipitation-Evapotranspiration Index (SPEI) data from the netcdf format to a csv format.", - version="0.7", + version="0.8", author="Uthpala Herath", author_email="ukh0001@mix.wvu.edu", url="https://github.com/uthpalaherath/convertSPEI", - download_url="https://github.com/uthpalaherath/convertSPEI/archive/0.7.tar.gz", + download_url="https://github.com/uthpalaherath/convertSPEI/archive/0.8.tar.gz", license="LICENSE.txt", scripts=["scripts/convertSPEI.py"], - install_requires=["netcdf4", "csv"], + install_requires=["netcdf4"], keywords=["netcdf", "spei", "atmosphereicsciences", "earthsciences"], )