File: setup.cfg

package info (click to toggle)
html5lib 0.999999999-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,088 kB
  • ctags: 1,159
  • sloc: python: 12,138; makefile: 12
file content (17 lines) | stat: -rw-r--r-- 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[bdist_wheel]
universal = 1

[pep8]
ignore = N
max-line-length = 139
exclude = .git,__pycache__,.tox,doc

[flake8]
ignore = N
max-line-length = 139

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0