forked from ringo-framework/ringo_printtemplates
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
37 lines (32 loc) · 804 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
36
37
[egg_info]
tag_build =
[bdist_rpm]
release = 1
provides = python-ringo-printtemplate
doc_files =
README.rst
development.ini
requires =
python-ringo
python-py3o-template
python-py3o-renderers-pyuno
python-genshi
python-requests
python-magic
[compile_catalog]
directory = ringo_printtemplate/locale
domain = ringo_printtemplate
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = ringo_printtemplate/locale/ringo_printtemplate.pot
width = 80
[init_catalog]
domain = ringo_printtemplate
input_file = ringo_printtemplate/locale/ringo_printtemplate.pot
output_dir = ringo_printtemplate/locale
[update_catalog]
domain = ringo_printtemplate
input_file = ringo_printtemplate/locale/ringo_printtemplate.pot
output_dir = ringo_printtemplate/locale
previous = true