Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
f6564702
Commit
f6564702
authored
Jun 22, 2017
by
Daniel Scheffler
Browse files
Removed osr from setup.py because its included in gdal.
parent
e76f7fcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
py_tools_ds/__init__.py
View file @
f6564702
...
...
@@ -8,8 +8,8 @@ from . import similarity
from
.
import
web
from
.io.raster.GeoArray
import
GeoArray
__version__
=
'0.1.
3
'
__versionalias__
=
'201706
1
2_0
2
'
__version__
=
'0.1.
4
'
__versionalias__
=
'201706
2
2_0
1
'
__author__
=
'Daniel Scheffler'
# Validate GDAL version
...
...
setup.py
View file @
f6564702
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment