~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: kapil.foss at gmail
  • Date: 2011-10-08 17:22:53 UTC
  • Revision ID: kapil.foss@gmail.com-20111008172253-utsq8socdsx047mw
charmworld pyramid starter

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[nosetests]
 
2
match = ^test
 
3
nocapture = 1
 
4
cover-package = charmworld
 
5
with-coverage = 1
 
6
cover-erase = 1
 
7
 
 
8
[compile_catalog]
 
9
directory = charmworld/locale
 
10
domain = charmworld
 
11
statistics = true
 
12
 
 
13
[extract_messages]
 
14
add_comments = TRANSLATORS:
 
15
output_file = charmworld/locale/charmworld.pot
 
16
width = 80
 
17
 
 
18
[init_catalog]
 
19
domain = charmworld
 
20
input_file = charmworld/locale/charmworld.pot
 
21
output_dir = charmworld/locale
 
22
 
 
23
[update_catalog]
 
24
domain = charmworld
 
25
input_file = charmworld/locale/charmworld.pot
 
26
output_dir = charmworld/locale
 
27
previous = true