File: setup.cfg

package info (click to toggle)
wtforms 2.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,004 kB
  • sloc: python: 5,418; makefile: 70
file content (42 lines) | stat: -rw-r--r-- 761 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[extract_messages]
copyright_holder = WTForms Team
output_file = wtforms/locale/wtforms.pot

[init_catalog]
input_file = wtforms/locale/wtforms.pot
output_dir = wtforms/locale/
domain = wtforms

[update_catalog]
input_file = wtforms/locale/wtforms.pot
output_dir = wtforms/locale/
domain = wtforms
update-header-comment = 1
no-fuzzy-matching = 1
ignore-obsolete = 1

[compile_catalog]
directory = wtforms/locale/
domain = wtforms
statistics = 1

[bdist_wheel]
universal = 1

[coverage:run]
branch = True
source =
    wtforms
omit =
    wtforms/ext/appengine/*

[coverage:paths]
source =
    wtforms
    .tox/*/lib/python*/site-packages/wtforms
    .tox/pypy*/site-packages/wtforms

[coverage:report]
exclude_lines =
    pragma: no cover
    except ImportError: