forked from opendatateam/udata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
59 lines (53 loc) · 1013 Bytes
/
setup.cfg
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[compile_catalog]
domain = udata
directory = udata/translations
statistics = true
[extract_messages]
#keywords = _ gettext ngettext ugettext ungettext gettext_lay ugettext_lazy
mapping_file = babel.cfg
add_comments = TRANSLATORS:
output_file = udata/translations/udata.pot
width = 80
[init_catalog]
domain = udata
input_file = udata/translations/udata.pot
output_dir = udata/translations
[update_catalog]
domain = udata
input_file = udata/translations/udata.pot
output_dir = udata/translations
previous = true
[nosetests]
rednose=1
hide-skips=1
immediate=1
cover-erase=1
cover-branches=1
cover-package=udata
logging-filter=udata
logging-clear-handlers=1
logging-level=DEBUG
exclude-dir=udata/ext
udata/static
udata/templates
udata/translations
[flake8]
exclude =
.cache,
.git,
__pycache__,
build,
data,
dist,
docs,
instance,
js,
less,
node_modules,
reports,
requirements,
specs,
udata/static,
udata/templates
[wheel]
universal = 1