forked from GeoStat-Framework/welltestpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
71 lines (68 loc) · 2.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[metadata]
name = welltestpy
description = welltestpy - package to handle well-based Field-campaigns.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/GeoStat-Framework/welltestpy
author = Sebastian Müller, Jarno Herrmann
author_email = [email protected]
maintainer = Sebastian Müller
maintainer_email = [email protected]
license = MIT
license_file = LICENSE
platforms = any
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: MacOS
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering
Topic :: Software Development
Topic :: Utilities
project_urls =
Documentation = https://welltestpy.readthedocs.io
Source = https://github.com/GeoStat-Framework/welltestpy
Tracker = https://github.com/GeoStat-Framework/welltestpy/issues
Changelog = https://github.com/GeoStat-Framework/welltestpy/blob/main/CHANGELOG.md
Conda-Forge = https://anaconda.org/conda-forge/welltestpy
[options]
packages = find:
install_requires =
anaflow>=1.0.0,<2
matplotlib>=3.0.0,<4
numpy>=1.14.5,<2
scipy>=1.1.0,<2
spotpy>=1.5.0,<2
packaging>=20
python_requires = >=3.6
zip_safe = False
[options.packages.find]
exclude =
tests*
docs*
[options.extras_require]
doc =
m2r2>=0.2.8,<1
numpydoc>=1.1,<2
sphinx>=3,<4
sphinx-gallery>=0.8,<1
sphinx-rtd-theme>=0.5,<1
test =
coverage[toml]>=5.2.1,<6
pytest>=6.0,<7
pytest-cov>=2.11.0,<3