File: setup.cfg

package info (click to toggle)
python-aafigure 0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 428 kB
  • sloc: python: 1,942; makefile: 112
file content (7 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[bdist_wheel]
universal=1

[flake8]
max-line-length = 120
ignore = E265, E126, E241