Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / setup.cfg @ 6babc503

History | View | Annotate | Download (759 Bytes)

1
[egg_info]
2
tag_build = dev
3
# No git-svn support
4
#tag_svn_revision = true
5

    
6
[easy_install]
7
find_links = http://vigilo-dev.si.c-s.fr/python/eggs
8
allow_hosts = *.si.c-s.fr
9

    
10
[nosetests]
11
with-pylons=test.ini
12
verbose=True
13
verbosity=2
14
detailed-errors=1
15
with-doctest=True
16

    
17
# Babel configuration
18
[compile_catalog]
19
domain = vigiboard
20
directory = vigiboard/i18n
21
statistics = true
22

    
23
[extract_messages]
24
add_comments = TRANSLATORS:
25
msgid_bugs_address = contact@projet-vigilo.org
26
output_file = vigiboard/i18n/vigiboard.pot
27
width = 80
28
keywords = l_
29

    
30
[init_catalog]
31
domain = vigiboard
32
input_file = vigiboard/i18n/vigiboard.pot
33
output_dir = vigiboard/i18n
34

    
35
[update_catalog]
36
domain = vigiboard
37
input_file = vigiboard/i18n/vigiboard.pot
38
output_dir = vigiboard/i18n
39
previous = true