-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
55 lines (49 loc) · 1.1 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
[bumpversion]
current_version = 1.0.3
commit = True
tag = True
[metadata]
name = pyCascadia
license = MPL
author = Alessandro Felder; Jamie Quinn
author_email = [email protected]
url = https://github.com/UCL/pyCascadia
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Intended Audience :: Science/Research
Natural Language :: English
Topic :: Scientific/Engineering :: GIS
Topic :: Scientific/Engineering :: Hydrology
Operating System :: OS Independent
[options]
packages = pycascadia
python_requires = >=3.7
include_package_data = True
install_requires =
pygmt >= 0.3.1
matplotlib
rasterio
xarray
pandas
scripts =
scripts/delete-variable
[options.extras_require]
dev =
pytest
bump2version
pdoc3
black
flake8
twine
[options.entry_points]
console_scripts =
remove-restore = pycascadia.remove_restore:main
[flake8]
per-file-ignores = __init__.py:F401
ignore = E203, E266, E501, W503, F403, F401
max-line-length = 79
max-complexity = 18
select = B,C,E,F,W,T4,B9
[bumpversion:file:setup.py]