Skip to content
Snippets Groups Projects
Commit f6564702 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Removed osr from setup.py because its included in gdal.

parent e76f7fcc
Branches
Tags
No related merge requests found
......@@ -8,8 +8,8 @@ from . import similarity
from . import web
from .io.raster.GeoArray import GeoArray
__version__ = '0.1.3'
__versionalias__ = '20170612_02'
__version__ = '0.1.4'
__versionalias__ = '20170622_01'
__author__='Daniel Scheffler'
# Validate GDAL version
......
......@@ -10,7 +10,7 @@ with open('HISTORY.rst') as history_file:
history = history_file.read()
requirements = [
'gdal', 'numpy', 'osr', 'shapely', 'six', 'rasterio', 'geopandas',
'gdal', 'numpy', 'shapely', 'six', 'rasterio', 'geopandas',
]
test_requirements = [
......@@ -19,7 +19,7 @@ test_requirements = [
setup(
name='py_tools_ds',
version='0.1.3',
version='0.1.4',
description="A collection of Python tools by Daniel Scheffler.",
long_description=readme + '\n\n' + history,
author="Daniel Scheffler",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment