-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsetup.cfg
61 lines (57 loc) · 1.58 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
[metadata]
name = toughio
version = file: toughio/VERSION
author = Keurfon Luu
email = keurfonluu@lbl.gov
description = Pre- and post-processing Python library for TOUGH
url = https://github.com/keurfonluu/toughio
project_urls =
Code=https://github.com/keurfonluu/toughio
Issues=https://github.com/keurfonluu/toughio/issues
long_description = file: README.rst
long_description_content_type = text/x-rst
license = BSD 3-Clause License
platforms = any
classifiers =
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Natural Language :: English
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
[options]
packages = find_namespace:
install_requires =
importlib_metadata
numpy >= 1.13.0
meshio >= 5.2, < 6.0
psutil >= 5.0
python_requires = >= 3.7
setup_requires =
setuptools >= 42
wheel
[options.extras_require]
full =
pyvista >= 0.36
netcdf4
matplotlib
h5py
scipy >= 0.9
[options.package_data]
toughio =
VERSION
toughio.data =
CO2TAB
[options.entry_points]
console_scripts =
toughio-co2tab = toughio._cli:co2tab
toughio-export = toughio._cli:export
toughio-extract = toughio._cli:extract
toughio-merge = toughio._cli:merge
toughio-save2incon = toughio._cli:save2incon