-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathsetup.cfg
73 lines (68 loc) · 1.39 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
66
67
68
69
70
71
72
73
[metadata]
author = makepath
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
description = xarray-based spatial analysis tools
license = MIT
license_file = LICENSE.txt
long_description = file: README.md
long_description_content_type = text/markdown
name = xarray-spatial
platforms = any
url = https://github.com/makepath/xarray-spatial
[options]
include_package_data = True
install_requires =
datashader >= 0.15.0
numba
xarray
numpy
packages = find:
python_requires = >=3.8
setup_requires = setuptools_scm
zip_safe = False
[options.entry_points]
console_scripts =
xrspatial = xrspatial.__main__:main
[options.extras_require]
doc =
dask[dataframe]
geopandas
Jinja2 >=2.11
ipykernel
matplotlib
nbsphinx
numpydoc
pandoc
pydata_sphinx_theme
sphinx
sphinx-panels
sphinx_rtd_theme
examples =
optional =
# Optional for polygonize return types.
awkward>=1.4
geopandas
shapely
spatialpandas
# Optional for gpu_rtx functions. Also requires cupy.
rtxpy
tests =
flake8
isort
noise >= 1.2.2
pytest
pytest-cov
[flake8]
exclude =
.git,
.asv,
__pycache__,
max-line-length = 100
[isort]
line_length = 100