forked from FormAlchemy/formalchemy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (29 loc) · 757 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
# nose configuration
[nosetests]
with-doctest=true
doctest-extension=.txt
doctest-tests=true
exclude=(pylons|tempita)
verbosity=1
with-coverage=1
cover-package=formalchemy
# Babel configuration
[compile_catalog]
domain = formalchemy
directory = formalchemy/i18n_resources
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = formalchemy/i18n_resources/formalchemy.pot
width = 80
[init_catalog]
domain = formalchemy
input_file = formalchemy/i18n_resources/formalchemy.pot
output_dir = formalchemy/i18n_resources
[update_catalog]
domain = formalchemy
input_file = formalchemy/i18n_resources/formalchemy.pot
output_dir = formalchemy/i18n_resources
previous = true
[aliases]
make_dist = compile_catalog sdist --formats=zip,gztar