summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: b0a618224d168f7cf0020a6d3cfe5469e54a4d86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[flake8]
ignore=E115,E124,E128,E265,E301,E309,E501
max-line-length = 119

[metadata]
license-file = LICENSE

[bdist_wheel]
universal = 1

[nosetests]
verbose=True
verbosity=2
detailed-errors=1
with-doctest=1