forked from geodynamics/pylith
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
45 lines (38 loc) · 863 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
36
37
38
39
40
41
42
43
44
45
[egg_info]
tag_build =
tag_date = 0
[metadata]
name = pylith
version = 3.0.3
author = Brad Aagaard, Matthew Knepley, Charles Williams
description = Finite-element software for modeling crustal deformation with an emphasis on earthquake faulting.
license = MIT
url = http://www.geodynamics.org/cig/software/pylith
[options]
python_requires = >=3.6
packages = find:
scripts =
applications/pylith
applications/pylith_dumpparameters
applications/pylith_eqinfo
applications/pylith_genxdmf
applications/pylith_cfgsearch
applications/pylith_runner
applications/pylith_powerlaw_gendb
#include_package_data = True
zip_safe = False
#[options.package_data]
[options.packages.find]
exclude =
developer
docs
docker
examples
libsrc
m4
modulesrc
playpen
share
templates
tests