aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMarcin Kuzminski <none@none>2010-02-18 13:01:57 +0100
committerMarcin Kuzminski <none@none>2010-02-18 13:01:57 +0100
commitee2f692ce7af625e890a335a2ba8d7d908522a2c (patch)
treea4c8e1f6ae070067245be067c1bcf675adfb2ffa /setup.cfg
initial commit.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg31
1 files changed, 31 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 00000000..542c3d34
--- /dev/null
+++ b/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 = 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