-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
40 lines (37 loc) · 980 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
40
[metadata]
name = nd
author = Johannes Hansen
author-email = johannes.hansen@ed.ac.uk
summary = A Python library for n-dimensional Earth observation data processing
long_description = file: README.md
long_description_content_type = text/markdown
keywords = earth observation, satellite data, datacube, remote sensing, geospatial, raster, spacetime
license = MIT
home-page = https://github.com/jnhansen/nd
classifier =
Intended Audience :: Science/Research
Intended Audience :: Developers
Natural Language :: English
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
zip_safe = False
include_package_data = True
packages = find:
setup_requires =
setuptools_scm
pytest-runner
numpy
install_requires =
numpy
tests_require =
pytest
pytest-cov
[aliases]
test = pytest
[tool:pytest]
addopts =
--verbose
--durations=10