[go: up one dir, main page]

Menu

[90fee6]: / setup.cfg  Maximize  Restore  History

Download this file

20 lines (17 with data), 454 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
[aliases]
release = egg_info -Db ''
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE
[tool:pytest]
minversion = 3.0
testpaths = tests
addopts = -v -x --ignore=setup.py --pep8
pep8maxlinelength = 127
pep8ignore =
E402 # module level import not at top of file
E241 # multiple spaces after ','
E226 # missing white space around arithmetic operator
E222 # multiple spaces after operator
docs/source/conf.py ALL