forked from spacetelescope/calcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
40 lines (37 loc) · 785 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
[metadata]
name = calcloud
provides = calcloud
package_name = calcloud
author = STScI
author_email = [email protected]
license = BSD 3-Clause
license_file = LICENSE
description = HST reprocessing infrastructure used to run CALDP containers on AWS
long_description = file: README.md
url = https://github.com/spacetelescope/calcloud
github_project = spacetelescope/calcloud
[options]
packages = find:
python_requires = ~=3.7.0
setup_requires =
setuptools >=41.0.1
install_requires =
boto3
botocore
pyyaml
[options.extras_require]
dev =
black
flake8
pytest
pytest-cov
pytest-doctestplus
tox
bandit
moto[all]
docker
[flake8]
ignore = E501, E203, W503
exclude = .git, __pycache__, build, dist, eggs, *.egg
[tool:pytest]
testpaths = tests