pyalchemybiz/setup.cfg

32 lines
621 B
INI

[egg_info]
tag_build = dev
tag_svn_revision = true
[easy_install]
find_links = http://www.pylonshq.com/download/
[nosetests]
with-pylons = test.ini
# 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