Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ozak committed May 28, 2020
1 parent c5416d8 commit 76ec5d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def run_tests(self):
sys.exit(errno)

setup(name='georasters',
version='0.5.15',
version='0.5.16',
description='Tools for working with Geographical Information System Rasters',
url='http://github.com/ozak/georasters',
keywords="gis geospatial geographic raster vector zonal statistics spatial analysis",
Expand All @@ -40,7 +40,7 @@ def run_tests(self):
'GDAL',
'pyproj',
'scikit-image',
'matplotlib',
'matplotlib-base',
'coverage',
'fiona',
'geopandas',
Expand All @@ -67,6 +67,7 @@ def run_tests(self):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
zip_safe=False,
)

0 comments on commit 76ec5d2

Please sign in to comment.