forked from metoppv/improver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
58 lines (55 loc) · 1.08 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
[metadata]
name = improver
author = UK Met Office
author_email = [email protected]
license = BSD
description = Integrated Model post PROcessing and VERification
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/metoppv/improver
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: OS Independent
[options]
python_requires = >= 3.6
packages = find:
setup_requires =
setuptools >= 38.3.0
setuptools_scm
install_requires =
cartopy
cftime == 1.0.1
cf_units
clize
dask
netCDF4
numpy
python-dateutil
pytz
scipy >= 1.3.0, < 1.4.0
scitools-iris >= 2.2, < 3.0
sigtools
sphinx
stratify
scripts = bin/improver
[options.packages.find]
exclude = improver_tests
[options.extras_require]
dev =
astroid
bandit
black == 19.10b0
codacy-coverage
filelock
isort == 5.*
mock
pylint
pytest
pytest-cov
safety
full =
numba
pysteps == 1.3.2
statsmodels
timezonefinder