Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / setup.cfg @ 5772efa1

History | View | Annotate | Download (850 Bytes)

1 0931fc44 Thomas BURGUIERE
[egg_info]
2
tag_build = dev
3
tag_svn_revision = true
4
5
[easy_install]
6
find_links = http://vigilo-dev.si.c-s.fr/python/eggs
7
allow_hosts = *.si.c-s.fr
8
#find_links = http://www.pylonshq.com/download/
9
10
[nosetests]
11
with-pylons=test.ini
12 4ceddde8 Aurelien BOMPARD
verbose=True
13
verbosity=2
14
detailed-errors=1
15
with-doctest=True
16
with-coverage=True
17
cover-package=vigigraph
18
where=vigigraph/tests
19 0931fc44 Thomas BURGUIERE
20
# Babel configuration
21
[compile_catalog]
22
domain = vigigraph
23
directory = vigigraph/i18n
24
statistics = true
25
26
[extract_messages]
27
add_comments = TRANSLATORS:
28
msgid_bugs_address = contact@projet-vigilo.org
29
output_file = vigigraph/i18n/vigigraph.pot
30
width = 80
31
keywords = l_
32
33
[init_catalog]
34
domain = vigigraph
35
input_file = vigigraph/i18n/vigigraph.pot
36
output_dir = vigigraph/i18n
37
38
[update_catalog]
39
domain = vigigraph
40
input_file = vigigraph/i18n/vigigraph.pot
41
output_dir = vigigraph/i18n
42
previous = true