File: setup.cfg

package info (click to toggle)
python-werkzeug 0.11.15%2Bdfsg1-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,096 kB
  • sloc: python: 19,759; makefile: 139; pascal: 62; xml: 16
file content (13 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[aliases]
release = egg_info -RDb ''

[pytest]
norecursedirs = .* env* _build *.egg

[bdist_wheel]
universal = 1

[flake8]
ignore = E126,E241,E272,E305,E402,E731,W503
exclude=.tox,examples,docs
max-line-length=100