forked from conwetlab/ckanext-datarequests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
33 lines (28 loc) · 748 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
[metadata]
description_file = README.md
[nosetests]
ckan=1
with-pylons=test.ini
with-xunit=1
with-coverage=1
cover-package=ckanext.datarequests
cover-inclusive=1
cover-erase=1
cover-xml=1
[extract_messages]
keywords = translate isPlural
add_comments = TRANSLATORS:
output_file = ckanext/datarequests/i18n/ckanext-datarequests.pot
width = 80
[init_catalog]
domain = ckanext-datarequests
input_file = ckanext/datarequests/i18n/ckanext-datarequests.pot
output_dir = ckanext/datarequests/i18n
[update_catalog]
domain = ckanext-datarequests
input_file = ckanext/datarequests/i18n/ckanext-datarequests.pot
output_dir = ckanext/datarequests/i18n
[compile_catalog]
domain = ckanext-datarequests
directory = ckanext/datarequests/i18n
statistics = true