-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
68 lines (63 loc) · 1.53 KB
/
setup.cfg
File metadata and controls
68 lines (63 loc) · 1.53 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[metadata]
name = pycathy-wrapper
version = 0.1.4
author = B.Mary
author_email = benjamin.mary@ica.csic.es
description = pyCATHY is a Python package to create, run, and post-process CATHY forward and inverse models.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/BenjMy/pycathy_wrapper
project_urls =
Bug Tracker = https://github.com/BenjMy/pycathy_wrapper/issues
keywords = hydrogeophysic, Data Assimilation, hydrology
classifiers =
Programming Language :: Python :: 3
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Intended Audience :: Developers
Intended Audience :: Education
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: OS Independent
Topic :: Scientific/Engineering
Topic :: Software Development :: Libraries
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
exclude =
.git,
__pycache__,
.ipynb_checkpoints,
[options]
zip_safe = True
include_package_data = False
packages = find:
python_requires = >=3.7
use_scm_version = True
install_requires =
numpy
pandas
scipy
pyvista
#SALib
GitPython
soiltexture
pyvistaqt
itkwidgets
rosetta-soil
rich
natsort
ipywidgets
smmap
shapely
imageio
nltk
geopandas
rioxarray
pyyaml
fastparquet
pyarrow
seaborn
[options.packages.find]
exclude =
tests