deb-python-pymysql/setup.cfg

8 lines
100 B
INI

[wheel]
universal = 1
[flake8]
ignore = E226,E301,E701
exclude = tests,build
max-line-length = 119