-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathsetup.cfg
43 lines (39 loc) · 847 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
[metadata]
name = etas
author = Leila Mizrahi, Nicolas Schmid
author_email = [email protected], [email protected]
version = 3.0
description = Epidemic-Type Aftershock Sequence
long_description = file: README.md, LICENSE
license = MIT License
classifiers =
Programming Language :: Python :: 3
[options]
packages = find:
install_requires =
geopandas
numpy
pandas
pynverse
scipy
Shapely
tabulate
[options.extras_require]
hermes =
hermes-model @ git+https://gitlab.seismo.ethz.ch/indu/hermes-model.git
seismostats @ git+https://github.com/swiss-seismological-service/SeismoStats.git
[options.packages.find]
include=etas*
[flake8]
select = E,F,W
max_line_length = 79
ignore = E402, W503
exclude =
.git,
.tox,
.eggs,
.config,
*.egg-info,
__pycache__,
.pytest_cache,
env,