-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
37 lines (30 loc) · 806 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
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[init_catalog]
domain = kotti_software
output_dir = kotti_software/locale
input_file = kotti_software/locale/kotti_software.pot
[extract_messages]
output_file = kotti_software/locale/kotti_software.pot
add_comments = TRANSLATORS:
width = 80
[pytest]
addopts =
--doctest-modules --doctest-glob='*.txt' --capture=no
--cov=kotti_software --cov-report=term-missing
--ignore=kotti_software/templates/
kotti_software/
python_files = test*py
[compile_catalog]
directory = kotti_software/locale
domain = kotti_software
statistics = true
[update_catalog]
domain = kotti_software
previous = true
output_dir = kotti_software/locale
input_file = kotti_software/locale/kotti_software.pot
[aliases]
dev = develop easy_install kotti_software[testing]