-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
35 lines (29 loc) · 929 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
[wheel]
universal = 1
[tool:pytest]
testpaths = tests
python_files = test_*.py
python_functions = test_*
python_classes = *Test
[flake8]
max-line-length = 100
[compile_catalog]
domain = udata_tabular_preview
directory = udata_tabular_preview/translations
statistics = true
[extract_messages]
keywords = _ N_:1,2 P_:1c,2 L_ gettext ngettext:1,2 pgettext:1c,2 npgettext:1c,2,3 lazy_gettext lazy_pgettext:1c,2
mapping_file = babel.cfg
add_comments = TRANSLATORS:
output_file = udata_tabular_preview/translations/udata_tabular_preview.pot
width = 80
[init_catalog]
domain = udata_tabular_preview
input_file = udata_tabular_preview/translations/udata_tabular_preview.pot
output_dir = udata_tabular_preview/translations
[update_catalog]
domain = udata_tabular_preview
input_file = udata_tabular_preview/translations/udata_tabular_preview.pot
output_dir = udata_tabular_preview/translations
ignore_obsolete = true
previous = true