File: setup.cfg

package info (click to toggle)
python-rfc3161ng 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: python: 597; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[bdist_wheel]
universal = 1

[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0

[flake8]
ignore = E265,W391
max-line-length = 256
exclude = .tox,.git,__pycache__,docs/source/conf.py,old,build,dist
max-complexity = 20

[pycodestyle]
max-line-length = 256