forked from openamundsen/openamundsen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
63 lines (56 loc) · 1.44 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
[metadata]
name = openamundsen
author = openAMUNDSEN Developers
author_email = [email protected]
description = Modular snow and hydroclimatological modeling framework
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license-file = LICENSE
url = https://github.com/openamundsen/openamundsen
platforms = any
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
python_requires = >=3.8
zip_safe = False
include_package_data = True
packages = find:
install_requires =
cerberus
importlib-metadata; python_version < "3.8"
loguru
munch
netCDF4
numba >= 0.50.1
numpy
pandas >= 1.1.0
pyproj
setuptools_scm
setuptools >= 61 # setuptools >= 61 is required by setuptools_scm 8. Because of the version-finding mechanism in __init__.py we need to include this as a dependency here as well.
scipy
ruamel.yaml >= 0.15.0
rasterio >= 1.1.0
xarray >= 0.14.0
[options.extras_require]
liveview =
matplotlib >= 3.0.0
PyQt6
test =
dask
pooch
pytest
pytest-lazy-fixture
pvlib
docs =
sphinx
sphinx_rtd_theme
[options.entry_points]
console_scripts =
openamundsen = openamundsen.cli:main