summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: fcc079a233b132b4637fb2ad0dc07a702e5fa547 (plain)
1
2
3
4
5
6
7
[bdist_wheel]
universal = 1

[pycodestyle]
select =
ignore = E226,E24
max_line_length = 79