Child: [ddf08c] (diff)

Download this file

setup.cfg    34 lines (27 with data), 628 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
[egg_info]
tag_build = dev
tag_svn_revision = true
[easy_install]
find_links = http://www.pylonshq.com/download/
find_links = http://www.turbogears.org/2.1/downloads/current/index
[nosetests]
with-pylons=test.ini
# Babel configuration
[compile_catalog]
domain = allura
directory = allura/i18n
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = allura/i18n/allura.pot
width = 80
keywords = l_
[init_catalog]
domain = allura
input_file = allura/i18n/allura.pot
output_dir = allura/i18n
[update_catalog]
domain = allura
input_file = allura/i18n/allura.pot
output_dir = allura/i18n
previous = true