2008-10-05 17:23:54 +02:00
|
|
|
[egg_info]
|
|
|
|
tag_build = dev
|
|
|
|
tag_svn_revision = true
|
|
|
|
|
|
|
|
[easy_install]
|
|
|
|
find_links = http://www.pylonshq.com/download/
|
|
|
|
|
2009-03-08 23:52:49 +01:00
|
|
|
[nosetests]
|
|
|
|
with-pylons = test.ini
|
2008-10-05 17:23:54 +02:00
|
|
|
|
|
|
|
# Babel configuration
|
|
|
|
[compile_catalog]
|
|
|
|
domain = pyalchemybiz
|
|
|
|
directory = pyalchemybiz/i18n
|
|
|
|
statistics = true
|
|
|
|
|
|
|
|
[extract_messages]
|
|
|
|
add_comments = TRANSLATORS:
|
|
|
|
output_file = pyalchemybiz/i18n/pyalchemybiz.pot
|
|
|
|
width = 80
|
|
|
|
|
|
|
|
[init_catalog]
|
|
|
|
domain = pyalchemybiz
|
|
|
|
input_file = pyalchemybiz/i18n/pyalchemybiz.pot
|
|
|
|
output_dir = pyalchemybiz/i18n
|
|
|
|
|
|
|
|
[update_catalog]
|
|
|
|
domain = pyalchemybiz
|
|
|
|
input_file = pyalchemybiz/i18n/pyalchemybiz.pot
|
|
|
|
output_dir = pyalchemybiz/i18n
|
|
|
|
previous = true
|