forked from isce-framework/tophu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (36 loc) · 763 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[metadata]
name = tophu
version = attr: tophu.__version__
description = Multi-scale 2-D phase unwrapping
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/opera-adt/tophu
license = BSD-3-Clause OR Apache-2.0
license_files = LICENSE
keywords =
insar
phase-unwrapping
radar
remote-sensing
sar
snaphu
synthetic-aperture-radar
[options]
package_dir = =src
packages = find:
setup_requires = setuptools>=42
install_requires =
dask>=2022.05.1
h5py>=3
isce3>=0.12
numpy>=1.21
rasterio>=1.3
scipy>=1.5
python_requires = >=3.8
tests_require = pytest>=6.0
[options.packages.find]
where = src
[flake8]
max-line-length = 88
show_source = True
exclude = __init__.py