forked from AllenInstitute/AllenSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
54 lines (43 loc) · 1.01 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
[metadata]
name = allensdk
author = David Feng
author-email = [email protected]
summary = Core libraries for the allensdk.
description-file = README.md
classifier =
Development Status :: 3 - Alpha',
Intended Audience :: Science/Research',
Natural Language :: English',
Operating System :: OS Independent',
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Topic :: Scientific/Engineering :: Bio-Informatics
[build_sphinx]
source-dir = .
build-dir = doc/_build
all_files = 1
[upload_sphinx]
[upload-dir]
[sdist]
formats = bztar,gztar,zip
[bdist]
formats = rpm
[tool:pytest]
pep8maxlinelength = 200
pep8ignore = E124 E201 E202 E231 E401 W293 W291
addopts = --junitxml=test-reports/test.xml --disable-pytest-warnings
[pep8]
maxlinelength = 200
ignore = E124 E201 E202 E231 E401 W293 W291
[aliases]
test=pytest
[lint]
lint-output-format = html
lint-files-output = y
lint-reports = y
lint-output = lint
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0