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

[metadata]
license_file = LICENSE

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