File: setup.cfg

package info (click to toggle)
trac-xmlrpc 1.2.0%2Bsvn18657-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: python: 3,024; javascript: 26; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
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
[egg_info]
tag_build = dev

[aliases]
release = sdist bdist_wheel bdist_egg

[extract_messages]
add_comments = TRANSLATOR:
copyright_holder =
msgid_bugs_address =
output_file = tracrpc/locale/messages.pot
keywords = _ gettext ngettext:1,2 N_ tag_ tagn_:1,2 cleandoc_
mapping_file = messages.cfg

[init_catalog]
input_file = tracrpc/locale/messages.pot
output_dir = tracrpc/locale
domain = tracrpc

[compile_catalog]
directory = tracrpc/locale
domain = tracrpc

[update_catalog]
input_file = tracrpc/locale/messages.pot
output_dir = tracrpc/locale
domain = tracrpc