aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: d522d212d02b2d222681a15b8866d90346e9d779 (plain)
1
2
3
4
5
6
7
8
9
[egg_info]
tag_svn_revision = false

[flake8]
ignore = W601               ; # noqa doesn't silence this one
max-line-length = 100

[wheel]
universal = 1