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

[metadata]
license_file = LICENSE

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