forked from bopen/sarsen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
53 lines (47 loc) · 1.31 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[metadata]
name = sarsen
author = B-Open
author_email = [email protected]
license = Apache License 2.0
description = Algorithms and utilities for Synthetic Aperture Radar (SAR) sensors
url = https://github.com/bopen/sarsen
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
long_description_content_type=text/markdown
long_description = file: README.md
keywords = algorithms, copernicus, earth-observation, remote-sensing, sentinel-1, sar, synthetic-aperture-radar, xarray
[options]
packages = find:
python_requires = >=3.8
install_requires =
attrs
flox
numpy
pandas
rasterio
rioxarray
typer
xarray >= 2022.06.0
xarray-sentinel >= 0.9.3
include_package_data = True
[options.entry_points]
console_scripts =
sarsen = sarsen.__main__:app
[flake8]
max-line-length = 120
extend-ignore = E203, W503
[mypy]
plugins = numpy.typing.mypy_plugin
[mypy-py]
ignore_missing_imports = True
[mypy-rasterio]
ignore_missing_imports = True