forked from ckan/ckanext-dcat
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (27 loc) · 703 Bytes
/
setup.cfg
File metadata and controls
33 lines (27 loc) · 703 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
30
31
32
33
[options]
packages = find:
namespace_packages = ckanext
install_requires =
include_package_data = True
[options.entry_points]
babel.extractors =
ckan = ckan.lib.extract:extract_ckan
[extract_messages]
keywords = translate isPlural
add_comments = TRANSLATORS:
output_file = ckanext/dcat/i18n/ckanext-dcat.pot
width = 80
[init_catalog]
domain = ckanext-dcat
input_file = ckanext/dcat/i18n/ckanext-dcat.pot
output_dir = ckanext/dcat/i18n
[update_catalog]
domain = ckanext-dcat
input_file = ckanext/dcat/i18n/ckanext-dcat.pot
output_dir = ckanext/dcat/i18n
[compile_catalog]
domain = ckanext-dcat
directory = ckanext/dcat/i18n
statistics = true
[tool:pytest]
norecursedirs=ckanext/dcat/tests/nose