-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (24 loc) · 779 Bytes
/
setup.cfg
File metadata and controls
29 lines (24 loc) · 779 Bytes
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
[extract_messages]
keywords = translate isPlural
add_comments = TRANSLATORS:
output_file = ckanext/datapusher-plus/i18n/datapusher-plus.pot
width = 80
[init_catalog]
domain = datapusher-plus
input_file = ckanext/datapusher-plus/i18n/datapusher-plus.pot
output_dir = ckanext/datapusher-plus/i18n
[update_catalog]
domain = datapusher-plus
input_file = ckanext/datapusher-plus/i18n/datapusher-plus.pot
output_dir = ckanext/datapusher-plus/i18n
previous = true
[compile_catalog]
domain = datapusher-plus
directory = ckanext/datapusher-plus/i18n
statistics = true
[tool:pytest]
filterwarnings =
ignore::sqlalchemy.exc.SADeprecationWarning
ignore::sqlalchemy.exc.SAWarning
ignore::DeprecationWarning
addopts = --pdbcls=IPython.terminal.debugger:TerminalPdb