source: tagsplugin/tags/0.12/setup.cfg

Last change on this file was 18213, checked in by Ryan J Ollos, 2 years ago

TracTags: Fix incorrect metadatga in tag

File size: 652 bytes
Line 
1#[egg_info]
2#tag_build = dev
3
4[extract_messages]
5add_comments = TRANSLATOR:
6msgid_bugs_address = hoff.st@shaas.net
7output_file = tractags/locale/messages.pot
8#keywords = _ ngettext:1,2 N_ tag_
9keywords = N_ _ tag_ tagn_:1,2  # nothing else used by now
10width = 72
11
12[init_catalog]
13input_file = tractags/locale/messages.pot
14output_dir = tractags/locale
15domain = tractags
16
17[compile_catalog]
18directory = tractags/locale
19domain = tractags
20
21[update_catalog]
22input_file = tractags/locale/messages.pot
23output_dir = tractags/locale
24domain = tractags
25
26[check_catalog]
27input_dir = tractags/locale
28domain = tractags
29
30[aliases]
31release = sdist bdist_wheel bdist_egg
Note: See TracBrowser for help on using the repository browser.