diff setup.cfg @ 0:564e40829f80

initial commit.
author Marcin Kuzminski
date Thu, 18 Feb 2010 13:01:57 +0100
parents
children 7c978511c951
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/setup.cfg	Thu Feb 18 13:01:57 2010 +0100
@@ -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 = 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