comparison setup.cfg @ 0:564e40829f80

initial commit.
author Marcin Kuzminski
date Thu, 18 Feb 2010 13:01:57 +0100
parents
children 7c978511c951
comparison
equal deleted inserted replaced
-1:000000000000 0:564e40829f80
1 [egg_info]
2 tag_build = dev
3 tag_svn_revision = true
4
5 [easy_install]
6 find_links = http://www.pylonshq.com/download/
7
8 [nosetests]
9 with-pylons = development.ini
10
11 # Babel configuration
12 [compile_catalog]
13 domain = pylons_app
14 directory = pylons_app/i18n
15 statistics = true
16
17 [extract_messages]
18 add_comments = TRANSLATORS:
19 output_file = pylons_app/i18n/pylons_app.pot
20 width = 80
21
22 [init_catalog]
23 domain = pylons_app
24 input_file = pylons_app/i18n/pylons_app.pot
25 output_dir = pylons_app/i18n
26
27 [update_catalog]
28 domain = pylons_app
29 input_file = pylons_app/i18n/pylons_app.pot
30 output_dir = pylons_app/i18n
31 previous = true