-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathsetup.cfg
More file actions
82 lines (79 loc) · 2.37 KB
/
setup.cfg
File metadata and controls
82 lines (79 loc) · 2.37 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[metadata]
name = gstools
description = GSTools: A geostatistical toolbox.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/GeoStat-Framework/GSTools
author = Sebastian Müller, Lennart Schüler
author_email = info@geostat-framework.org
maintainer = Sebastian Müller, Lennart Schüler
maintainer_email = info@geostat-framework.org
license = LGPL-3.0
license_file = LICENSE
platforms = any
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Intended Audience :: Science/Research
Intended Audience :: Education
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Natural Language :: English
Operating System :: Unix
Operating System :: Microsoft
Operating System :: MacOS
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
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: GIS
Topic :: Scientific/Engineering :: Hydrology
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Physics
Topic :: Utilities
project_urls =
Homepage = https://geostat-framework.org/#gstools
Documentation = https://gstools.readthedocs.io
Source = https://github.com/GeoStat-Framework/GSTools
Tracker = https://github.com/GeoStat-Framework/GSTools/issues
Changelog = https://github.com/GeoStat-Framework/GSTools/blob/main/CHANGELOG.md
Conda-Forge = https://anaconda.org/conda-forge/gstools
[options]
packages = find:
install_requires =
emcee>=3.0.0
hankel>=1.0.0
meshio>=4.0.0
numpy>=1.14.5
pyevtk>=1.1.1
scipy>=1.1.0
python_requires = >=3.6
zip_safe = False
[options.packages.find]
exclude =
tests*
docs*
[options.extras_require]
doc =
m2r2>=0.2.8
matplotlib>=3
meshzoo>=0.7
numpydoc>=1.1
pykrige>=1.5,<2
pyvista>=0.29
sphinx>=4
sphinx-gallery>=0.8
sphinx-rtd-theme>=1
sphinxcontrib-youtube>=1.1
plotting =
matplotlib>=3
pyvista>=0.32
rust =
gstools_core>=0.2.0,<1
test =
pytest-cov>=3