generated from stactools-packages/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
53 lines (51 loc) · 1.19 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 = stactools-sentinel3
version = attr: stactools.sentinel3.__version__
description = Stactools package for Sentinel-3 OLCI (level 1 EFR, ERR and level 2 LFR, LRR, WFR), SLSTR (level 1 RBT and level 2 FRP, LST, WST), SRAL (level 2 LAN, WAT), and SYNERGY (level 2 AOD, SYN, V10, VG1, VGP) scenes.
long_description = file: README.md
long_description_content_type = text/markdown
author = Chung-Xiang Hong & William Ray
author_email = [email protected], [email protected]
url = https://github.com/chorng/sentinel3
project_urls =
Issues = https://github.com/chorng/sentinel3/issues
keywords =
stactools
pystac
catalog
STAC
sentinel
OLCI
EFR
ERR
LFR
LRR
WFR
SLSTR
RBT
FRP
LWT
WST
SRAL
LAN
WAT
SYNERGY
AOD
SYN
V10
VG1
VGP
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
package_dir =
= src
packages = find_namespace:
install_requires =
stactools == 0.2.1
[options.packages.find]
where = src