X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=www%2Fmaps%2Fsetup.cfg;fp=www%2Fmaps%2Fsetup.cfg;h=508bcdea958a2354dac34f89f020851600a76369;hb=5485afbd4da2182072ef9756c65137729bf1eee5;hp=0000000000000000000000000000000000000000;hpb=a5341c314815ed4df97e2b0f94d05322660052cf;p=dead%2Fcensus-tools.git diff --git a/www/maps/setup.cfg b/www/maps/setup.cfg new file mode 100644 index 0000000..508bcde --- /dev/null +++ b/www/maps/setup.cfg @@ -0,0 +1,31 @@ +[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 = maps +directory = maps/i18n +statistics = true + +[extract_messages] +add_comments = TRANSLATORS: +output_file = maps/i18n/maps.pot +width = 80 + +[init_catalog] +domain = maps +input_file = maps/i18n/maps.pot +output_dir = maps/i18n + +[update_catalog] +domain = maps +input_file = maps/i18n/maps.pot +output_dir = maps/i18n +previous = true