summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-06-27 21:43:09 -0400
committerLuke Macken <lmacken@redhat.com>2008-06-27 21:43:09 -0400
commitef6aa096bbb8f52c2bad76f3b086167db326da89 (patch)
tree022e2363dbfb8879948d89cfcc7ae1f2f53b64a0 /setup.cfg
downloadmanas-ef6aa096bbb8f52c2bad76f3b086167db326da89.tar.gz
manas-ef6aa096bbb8f52c2bad76f3b086167db326da89.tar.xz
manas-ef6aa096bbb8f52c2bad76f3b086167db326da89.zip
Initial TG2 quickstart
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 0000000..4f9966f
--- /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=test.ini
+
+# Babel configuration
+[compile_catalog]
+domain = manas
+directory = manas/i18n
+statistics = true
+
+[extract_messages]
+add_comments = TRANSLATORS:
+output_file = manas/i18n/manas.pot
+width = 80
+
+[init_catalog]
+domain = manas
+input_file = manas/i18n/manas.pot
+output_dir = manas/i18n
+
+[update_catalog]
+domain = manas
+input_file = manas/i18n/manas.pot
+output_dir = manas/i18n
+previous = true