summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 73ae4e79684fe32fa356876b2366675dd69bfd38 (plain)
1
2
3
4
5
6
7
8
9
10
11
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE

[pycodestyle]
select =
ignore = E226,E24,W504
max_line_length = 79
max_doc_length = 72