-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
46 lines (42 loc) · 1.13 KB
/
setup.cfg
File metadata and controls
46 lines (42 loc) · 1.13 KB
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
[metadata]
name = ngen.verf
version = attr: ngen.verf._version.__version__
author = Yuqiong Liu
author_email = Yuqiong.Liu@ertcorp.com
description = A python library to perform verification for NWM forecasts
long_description = file: README.md
long_description_content_type = text/markdown
license = USDOC
license_files = LICENSE
url = https://gitlab.sh.nextgenwaterprediction.com/NGWPC/nwm-ngen/ngen-verf.git
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Education
Intended Audience :: Science/Research
License :: Free To Use But Restricted
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Hydrology
Operating System :: OS Independent
[options]
packages = find_namespace:
package_dir =
= src
install_requires =
dask
geopandas
cartopy
matplotlib
pandas
seaborn
distributed
pydantic
numpy<2
teehr @ git+https://github.com/RTIInternational/teehr@1204e014fd9e3b320d6ee5c8eea04efc524ce0a7
python_requires = >=3.10
include_package_data = True
[options.packages.find]
where = src
[options.extras_require]
develop =
pytest
pytest-mock