Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / setup.cfg @ a6e538ca

History | View | Annotate | Download (840 Bytes)

1
[easy_install]
2
find_links = http://vigilo-dev.si.c-s.fr/python/eggs
3
allow_hosts = *.si.c-s.fr
4
#find_links = http://www.pylonshq.com/download/
5

    
6
[nosetests]
7
with-pylons=test.ini
8
cover-package=vigigraph
9
tests=vigigraph/tests
10

    
11
# Babel configuration
12
[compile_catalog]
13
domain = vigigraph
14
directory = vigigraph/i18n
15
statistics = true
16

    
17
[extract_messages]
18
add_comments = TRANSLATORS:
19
msgid_bugs_address = contact@projet-vigilo.org
20
output_file = vigigraph/i18n/vigigraph.pot
21
width = 80
22
keywords = l_
23

    
24
[init_catalog]
25
domain = vigigraph
26
input_file = vigigraph/i18n/vigigraph.pot
27
output_dir = vigigraph/i18n
28

    
29
[update_catalog]
30
domain = vigigraph
31
input_file = vigigraph/i18n/vigigraph.pot
32
output_dir = vigigraph/i18n
33
previous = true
34

    
35
[identity_catalog]
36
input_file = vigigraph/i18n/vigigraph.pot
37
output_dir = vigigraph/i18n
38
locale = en
39
domain = vigigraph
40