forked from stac-utils/stactools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
65 lines (59 loc) · 1.4 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
54
55
56
57
58
59
60
61
62
63
64
65
[metadata]
name = stactools
version = attr: stactools.core.__version__
description = Command line tool and Python library for working with STAC
long_description = file: README.md
long_description_content_type = text/markdown
author = stac-utils
author_email = stac@radiant.earth
url = https://github.com/stac-utils/stactools
project_urls =
Documentation = https://stactools.readthedocs.io/en/latest/
Issues = https://github.com/stac-utils/stactools/issues
keywords =
stactools
pystac
imagery
raster
catalog
STAC
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
package_dir =
= src
packages = find_namespace:
zip_safe = False
include_package_data = True
python_requires = >= 3.8
install_requires =
Shapely >= 1.6
aiohttp >= 3.8
click >= 8.1.3
fsspec >= 2021.7
lxml >= 4.6
numpy >= 1.22.0
pyproj >= 3.0
pystac[validation] >= 1.2
rasterio >= 1.2.9
requests >= 2.20
stac-check >= 1.2.0
stac-validator >= 3.1.0
[options.extras_require]
all =
%(s3)s
s3 =
s3fs >= 2021.7
[options.packages.find]
where = src
[options.package_data]
* = py.typed
[options.entry_points]
console_scripts =
stac = stactools.cli.cli:run_cli
[global]
no-binary = rasterio