~ubuntu-branches/ubuntu/maverick/gunicorn/maverick

« back to all changes in this revision

Viewing changes to examples/pylonstest/setup.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-07-16 10:44:12 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100716104412-iddgoj0lss2hxg7q
Tags: 0.10.0-1
* New upstream release.
* Add python-setproctitle to Suggests. Thanks to Örjan Persson
  <orange@fobie.net>.
* Bump Standards-Version to 3.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[egg_info]
2
 
tag_build = dev
3
 
tag_svn_revision = true
4
 
 
5
 
[easy_install]
6
 
find_links = http://www.pylonshq.com/download/
7
 
 
8
 
[nosetests]
9
 
with-pylons = test.ini
10
 
 
11
 
# Babel configuration
12
 
[compile_catalog]
13
 
domain = pylonstest
14
 
directory = pylonstest/i18n
15
 
statistics = true
16
 
 
17
 
[extract_messages]
18
 
add_comments = TRANSLATORS:
19
 
output_file = pylonstest/i18n/pylonstest.pot
20
 
width = 80
21
 
 
22
 
[init_catalog]
23
 
domain = pylonstest
24
 
input_file = pylonstest/i18n/pylonstest.pot
25
 
output_dir = pylonstest/i18n
26
 
 
27
 
[update_catalog]
28
 
domain = pylonstest
29
 
input_file = pylonstest/i18n/pylonstest.pot
30
 
output_dir = pylonstest/i18n
31
 
previous = true