-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
40 lines (32 loc) · 1.08 KB
/
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
# This file should only contain setuptools related configuration to build the
# extension (i.e. arguments to setup() in setup.py). Add any other project
# information should go to pyproject.toml instead.
#
# TODO: migrate Babel options to pyproject.toml when it's better supported
[options]
packages = find:
namespace_packages = ckanext
install_requires =
include_package_data = True
[options.entry_points]
babel.extractors =
ckan = ckan.lib.extract:extract_ckan
[options.extras_require]
[extract_messages]
keywords = translate isPlural
add_comments = TRANSLATORS:
output_file = ckanext/dataset_series/i18n/ckanext-dataset_series.pot
width = 80
[init_catalog]
domain = ckanext-dataset_series
input_file = ckanext/dataset_series/i18n/ckanext-dataset_series.pot
output_dir = ckanext/dataset_series/i18n
[update_catalog]
domain = ckanext-dataset_series
input_file = ckanext/dataset_series/i18n/ckanext-dataset_series.pot
output_dir = ckanext/dataset_series/i18n
previous = true
[compile_catalog]
domain = ckanext-dataset_series
directory = ckanext/dataset_series/i18n
statistics = true