Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / setup.cfg @ 74c804dc

History | View | Annotate | Download (840 Bytes)

1 0931fc44 Thomas BURGUIERE
[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 4ceddde8 Aurelien BOMPARD
cover-package=vigigraph
9 a219c61d Aurelien BOMPARD
tests=vigigraph/tests
10 0931fc44 Thomas BURGUIERE
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 5b03b4cd Francois POIROTTE
35
[identity_catalog]
36
input_file = vigigraph/i18n/vigigraph.pot
37
output_dir = vigigraph/i18n
38
locale = en
39
domain = vigigraph