File: setup.cfg_tmpl

package info (click to toggle)
python-pyramid 1.2.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,172 kB
  • sloc: python: 27,115; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[nosetests]
match=^test
nocapture=1
cover-package={{package}}
with-coverage=1
cover-erase=1

[compile_catalog]
directory = {{package}}/locale
domain = {{project}}
statistics = true

[extract_messages]
add_comments = TRANSLATORS:
output_file = {{package}}/locale/{{project}}.pot
width = 80

[init_catalog]
domain = {{project}}
input_file = {{package}}/locale/{{project}}.pot
output_dir = {{package}}/locale

[update_catalog]
domain = {{project}}
input_file = {{package}}/locale/{{project}}.pot
output_dir = {{package}}/locale
previous = true