]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - www/maps/setup.cfg
Added the "maps" Pylons project.
[dead/census-tools.git] / www / maps / setup.cfg
diff --git a/www/maps/setup.cfg b/www/maps/setup.cfg
new file mode 100644 (file)
index 0000000..508bcde
--- /dev/null
@@ -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