Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / setup.cfg @ 6bc71ab2

History | View | Annotate | Download (895 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
verbose=1
9
verbosity=2
10
detailed-errors=1
11
with-doctest=1
12
cover-package=vigigraph
13
tests=vigigraph/tests
14

    
15
# Babel configuration
16
[compile_catalog]
17
domain = vigigraph
18
directory = vigigraph/i18n
19
statistics = true
20

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

    
28
[init_catalog]
29
domain = vigigraph
30
input_file = vigigraph/i18n/vigigraph.pot
31
output_dir = vigigraph/i18n
32

    
33
[update_catalog]
34
domain = vigigraph
35
input_file = vigigraph/i18n/vigigraph.pot
36
output_dir = vigigraph/i18n
37
previous = true
38

    
39
[identity_catalog]
40
input_file = vigigraph/i18n/vigigraph.pot
41
output_dir = vigigraph/i18n
42
locale = en
43
domain = vigigraph
44