Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
arosics
Commits
32ac1002
Commit
32ac1002
authored
Jun 23, 2017
by
Daniel Scheffler
Browse files
Updated __init__.py
parent
cb8770e3
Pipeline
#191
failed with stages
in 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
arosics/__init__.py
View file @
32ac1002
...
...
@@ -12,20 +12,3 @@ from .CoReg import COREG
from
.CoReg_local
import
COREG_LOCAL
from
.DeShifter
import
DESHIFTER
from
.Tie_Point_Grid
import
Tie_Point_Grid
from
.
import
io
from
.
import
plotting
from
.
import
utilities
from
.
import
geometry
__all__
=
[
'COREG'
,
'COREG_LOCAL'
,
'DESHIFTER'
,
'Tie_Point_Grid'
,
'io'
,
'utilities'
,
'geometry'
,
'plotting'
,
'__author__'
,
'__version__'
,
'__versionalias__'
,]
setup.py
View file @
32ac1002
...
...
@@ -30,7 +30,7 @@ setup(
author
=
"Daniel Scheffler"
,
author_email
=
'daniel.scheffler@gfz-potsdam.de'
,
url
=
'https://github.com/danschef/arosics'
,
packages
=
find_packages
(
include
=
[
'arosics'
]
),
packages
=
find_packages
(),
include_package_data
=
True
,
install_requires
=
requirements
,
license
=
"Apache Software License 2.0"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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