-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsetup.cfg
47 lines (40 loc) · 958 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
[bumpversion]
current_version = 3.0.4
[metadata]
name = argschema
version = 3.0.4
description = "a wrapper for setting up modules that can have parameters specified by command line arguments, json_files, or dictionary objects. Providing a common wrapper for data processing modules."
authors = ['Forrest Collman, David Feng']
author_email = [email protected]
url = https://github.com/AllenInstitute/argschema
description_file = README.md
[options]
packages = find:
install_requires =
numpy
marshmallow>=3.0.0,<4.0
pyyaml
[options.extras_require]
TESTING =
coverage==4.5.4
mock>=2.0.0
pytest>=3.0.7
pep8>=1.7.0
pytest-cov>=2.2.1
pytest-pep8>=1.0.6
pytest-xdist>=1.14
pylint>=1.5.4
flake8>=3.0.4
rstcheck<4
sphinx
WINDOWS =
pywin32
[tool:pytest]
addopts = --cov=argschema --cov-report html --junitxml=test-reports/test.xml
[aliases]
test = pytest
[flake8]
ignore = E126,E226
max-line-length = 200
[bdist_wheel]
universal = 1