Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / setup.cfg @ 760f775d

History | View | Annotate | Download (920 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
verbose=True
9
verbosity=2
10
detailed-errors=1
11
with-doctest=True
12
with-coverage=True
13
cover-package=vigigraph
14
where=vigigraph/tests
15 0931fc44 Thomas BURGUIERE
16
# Babel configuration
17
[compile_catalog]
18
domain = vigigraph
19
directory = vigigraph/i18n
20
statistics = true
21
22
[extract_messages]
23
add_comments = TRANSLATORS:
24
msgid_bugs_address = contact@projet-vigilo.org
25
output_file = vigigraph/i18n/vigigraph.pot
26
width = 80
27
keywords = l_
28
29
[init_catalog]
30
domain = vigigraph
31
input_file = vigigraph/i18n/vigigraph.pot
32
output_dir = vigigraph/i18n
33
34
[update_catalog]
35
domain = vigigraph
36
input_file = vigigraph/i18n/vigigraph.pot
37
output_dir = vigigraph/i18n
38
previous = true
39 5b03b4cd Francois POIROTTE
40
[identity_catalog]
41
input_file = vigigraph/i18n/vigigraph.pot
42
output_dir = vigigraph/i18n
43
locale = en
44
domain = vigigraph