forked from geodynamics/pythia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
49 lines (42 loc) · 807 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
46
47
48
49
[egg_info]
tag_build =
tag_date = 0
[metadata]
name = pythia
version = 1.0.0
author = Michael A.G. Aivazis
maintainer = Brad Aagaard
maintainer_email = [email protected]
description = An extensible, object-oriented framework for specifying and staging complex, multi-physics simulations.
license = BSD
url = http://www.geodynamics.org/cig/software/pythia
[options]
python_requires = >=3.6
packages = find:
scripts =
bin/idd.py
bin/ipad.py
bin/journald.py
include_package_data = True
zip_safe = False
[options.package_data]
* =
*.odb
*.h
_*.c
*.pyx
*.pxd
pythia.pyre =
schedulers/scripts/__vault__.odb
schedulers/scripts/*/*.odb
pythia.mpi =
launchers/*.odb
pythia.blade =
toolkits/*.odb
toolkits/*/*.odb
[options.packages.find]
exclude =
elc
pulse
rigid
tests*