forked from nschloe/meshio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
59 lines (55 loc) · 1.57 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
[metadata]
name = meshio
version = 4.3.13
author = Nico Schlömer et al.
author_email = [email protected]
description = I/O for many mesh formats
url = https://github.com/nschloe/meshio
project_urls =
Code=https://github.com/nschloe/meshio
Issues=https://github.com/nschloe/meshio/issues
Funding=https://github.com/sponsors/nschloe
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering
Topic :: Utilities
keywords =
mesh
file formats
scientific
engineering
fem
finite elements
[options]
packages = find:
install_requires =
importlib_metadata;python_version<"3.8"
numpy
python_requires = >=3.6
[options.extras_require]
all =
netCDF4
h5py # CGNS, H5M, MED, XDMF formats
[options.entry_points]
console_scripts =
meshio-ascii = meshio._cli:ascii
meshio-binary = meshio._cli:binary
meshio-compress = meshio._cli:compress
meshio-convert = meshio._cli:convert
meshio-decompress = meshio._cli:decompress
meshio-info = meshio._cli:info
[options.data_files]
share/paraview-5.8/plugins =
tools/paraview-meshio-plugin.py