ovirt-node 2.2.0 release
[ovirt-node.git] / server / setup.cfg
blobcb01cf95d396bf3bf9b177e74c3680ddde882e52
1 [egg_info]
2 tag_build = dev
3 tag_svn_revision = true
5 [easy_install]
6 find_links = http://www.pylonshq.com/download/
8 [nosetests]
9 with-pylons=test.ini
11 # Babel configuration
12 [compile_catalog]
13 domain = ovirtserver
14 directory = ovirtserver/i18n
15 statistics = true
17 [extract_messages]
18 add_comments = TRANSLATORS:
19 output_file = ovirtserver/i18n/ovirtserver.pot
20 width = 80
21 keywords = l_
23 [init_catalog]
24 domain = ovirtserver
25 input_file = ovirtserver/i18n/ovirtserver.pot
26 output_dir = ovirtserver/i18n
28 [update_catalog]
29 domain = ovirtserver
30 input_file = ovirtserver/i18n/ovirtserver.pot
31 output_dir = ovirtserver/i18n
32 previous = true