Files
@ 0d4fceb91c9c
Branch filter:
Location: kallithea/setup.cfg - annotation
0d4fceb91c9c
604 B
text/x-ini
fixes #24, added generator that generates equally distrybuted colors. Thus skipping creating one large coloring history.
564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 564e40829f80 | [egg_info]
tag_build = dev
tag_svn_revision = true
[easy_install]
find_links = http://www.pylonshq.com/download/
[nosetests]
with-pylons = development.ini
# Babel configuration
[compile_catalog]
domain = pylons_app
directory = pylons_app/i18n
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = pylons_app/i18n/pylons_app.pot
width = 80
[init_catalog]
domain = pylons_app
input_file = pylons_app/i18n/pylons_app.pot
output_dir = pylons_app/i18n
[update_catalog]
domain = pylons_app
input_file = pylons_app/i18n/pylons_app.pot
output_dir = pylons_app/i18n
previous = true
|