-
Notifications
You must be signed in to change notification settings - Fork 14
/
setup.cfg
58 lines (56 loc) · 1.5 KB
/
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
50
51
52
53
54
55
56
57
58
[metadata]
name = gwosc
author = Duncan Macleod
author_email = [email protected]
description = A python interface to the GW Open Science data archive
license = MIT
license_files = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
# urls
url = https://git.ligo.org/gwosc/client/
download_url = https://pypi.org/project/gwosc/
project_urls =
Bug Tracker = https://git.ligo.org/gwosc/client/-/issues
Discussion Forum = https://ask.igwn.org
Documentation = https://gwosc.readthedocs.io
Source Code = https://git.ligo.org/gwosc/client.git
# classifiers
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Intended Audience :: Science/Research
Natural Language :: English
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Physics
License :: OSI Approved :: MIT License
[options]
packages = find:
python_requires = >=3.5
setup_requires =
setuptools >= 38.2.5
setuptools-scm
wheel
install_requires =
requests >= 1.0.0
[options.extras_require]
test =
pytest >= 2.7.0
pytest-cov
pytest-socket
requests-mock >= 1.5.0
docs =
sphinx
sphinx-automodapi
sphinx_rtd_theme
lint =
# https://github.com/tylerwince/flake8-bandit/issues/33
flake8 < 5.0.0a0
flake8-bandit