File: setup.cfg

package info (click to toggle)
python-pymysql 0.7.6-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 728 kB
  • sloc: python: 5,764; makefile: 170; sh: 31
file content (7 lines) | stat: -rw-r--r-- 100 bytes parent folder | download
1
2
3
4
5
6
7
[wheel]
universal = 1

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