Skip to content

Commit

Permalink
Updated setup requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
uthpalaherath committed Jul 16, 2020
1 parent 27dc9e0 commit 04a42c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)

0 comments on commit 04a42c8

Please # to comment.