-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (27 loc) · 811 Bytes
/
setup.cfg
File metadata and controls
30 lines (27 loc) · 811 Bytes
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
[metadata]
name = eo_tilematcher
version = 0.1.3
author = Felix Rojo Lapalma, Andrés Pérez Hortal
description = Tools to quickly find the Sentinel2, Landasat5, and Landsat8 tiles that match a given region of interest.
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/EO-Forge/eo_tilematcher.git
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.7
install_requires =
geopandas
pygeos
include_package_data = True
[options.package_data]
eo_tilematcher :
data/*
data/*/*
[options.entry_points]
console_scripts =
eo_tilematcher = eo_tilematcher.__main__:match_tiles