mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
32 lines
597 B
INI
32 lines
597 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 = pylonstest
|
|
directory = pylonstest/i18n
|
|
statistics = true
|
|
|
|
[extract_messages]
|
|
add_comments = TRANSLATORS:
|
|
output_file = pylonstest/i18n/pylonstest.pot
|
|
width = 80
|
|
|
|
[init_catalog]
|
|
domain = pylonstest
|
|
input_file = pylonstest/i18n/pylonstest.pot
|
|
output_dir = pylonstest/i18n
|
|
|
|
[update_catalog]
|
|
domain = pylonstest
|
|
input_file = pylonstest/i18n/pylonstest.pot
|
|
output_dir = pylonstest/i18n
|
|
previous = true
|