forked from gnome-keysign/gnome-keysign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
40 lines (33 loc) · 750 Bytes
/
setup.cfg
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
28
29
30
31
32
33
34
35
36
37
38
39
# Babel configuration
[compile_catalog]
domain = keysign
directory = keysign/locale
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
copyright_holder = Tobias Mueller
msgid-bugs-address = [email protected]
output_file = keysign/locale/keysign.pot
width = 80
[init_catalog]
# Call, e.g. setup.py init_catalog --locale=de
domain = keysign
input_file = keysign/locale/keysign.pot
output_dir = keysign/locale
[update_catalog]
domain = keysign
input_file = keysign/locale/keysign.pot
output_dir = keysign/locale
previous = true
[nosetests]
detailed-errors=1
with-doctest=1
with-coverage=0
cover-package=keysign
cover-erase=1
#verbosity=2
cover-html=1
cover-html-dir=coverage/
cover-branches=1
cover-min-percentage=70
#where=tests