-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (32 loc) · 808 Bytes
/
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
[metadata]
name = fem2geo
description = Structural Geology Plots from Finite Element Models
long_description = file: README.md
long_description_content_type = text/markdown
author = Pablo Iturrieta
author_email = [email protected]
license = AGPLv3+
version = 0.1.1
platforms = unix, linux, osx, win32
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
url = https://github.com/pabloitu/fem2geo.git
[options]
packages =
fem2geo
install_requires =
numpy
matplotlib
meshio
pyvista
mplstereonet
python_requires = >=3.9
zip_safe = no
[options.packages.find]
include = fem2geo*
[flake8]
max-line-length = 96