-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
49 lines (45 loc) · 872 Bytes
/
setup.cfg
File metadata and controls
49 lines (45 loc) · 872 Bytes
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
[metadata]
name = dbcsep
description = CSEP Database management application
long_description = file: README.md
long_description_content_type = text/markdown
author = Danijel Schorlemmer
author_email = ds@gfz-potsdam.de
license = GNU Affero General Public License v3.0
platforms = unix, linux, osx, win32
classifiers =
Programming Language :: Python :: 3.11
url = https://github.com/cseptesting/dbcsep.git
[options]
packages =
dbcsep
install_requires =
packaging
numpy
obspy
mercantile
shapely
pycsep
python_requires >= 3.11
zip_safe = no
[options.packages.find]
include = dbcsep*
[options.extras_require]
dev =
packaging
numpy
obspy
mercantile
shapely
pycsep
flake8
mypy
pytest-cov
pytest
sphinx
sphinx-autoapi
sphinx-gallery
sphinx-rtd-theme
tox
[flake8]
max-line-length = 79