File: setup.cfg

package info (click to toggle)
python-social-auth 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,828 kB
  • ctags: 3,245
  • sloc: python: 12,867; makefile: 119; sh: 3
file content (27 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (2)
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=example
with-coverage=1
cover-erase=1

[compile_catalog]
directory = example/locale
domain = example
statistics = true

[extract_messages]
add_comments = TRANSLATORS:
output_file = example/locale/example.pot
width = 80

[init_catalog]
domain = example
input_file = example/locale/example.pot
output_dir = example/locale

[update_catalog]
domain = example
input_file = example/locale/example.pot
output_dir = example/locale
previous = true