forked from CIROH-UA/datastreamcli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
50 lines (46 loc) · 1.47 KB
/
setup.cfg
File metadata and controls
50 lines (46 loc) · 1.47 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
47
48
49
50
[metadata]
name = datastreamcli
version = attr: datastreamcli._version.__version__
author = Jordan J. Laser
author_email = jlaser@lynker.com
description = Python tools for datastream.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
license = USDOC
license_files =
LICENSE
url = https://github.com/CIROH-UA/datastreamcli
project_urls =
Source = https://github.com/CIROH-UA/datastreamcli/python
Tracker = https://github.com/CIROH-UA/datastreamcli/issues
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Education
Intended Audience :: Science/Research
License :: Free To Use But Restricted
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering :: Hydrology
Operating System :: OS Independent
[options]
packages = find_namespace:
package_dir =
=src
install_requires =
geopandas
h5netcdf
pandas
psutil
pyogrio
xarray
scipy
requests
ngen_config[all] @ git+https://github.com/ciroh-ua/ngen-cal@master#egg=ngen_config&subdirectory=python/ngen_conf
ngen_init_config[all] @ git+https://github.com/ciroh-ua/ngen-cal@master#egg=ngen_init_config&subdirectory=python/ngen_init_config
ngen_config_gen[all] @ git+https://github.com/ciroh-ua/ngen-cal@master#egg=ngen_config_gen&subdirectory=python/ngen_config_gen
python_requires = >=3.9
include_package_data = True
[options.packages.find]
where = src
[options.extras_require]
develop =
pytest