-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathsetup.cfg
More file actions
38 lines (32 loc) · 848 Bytes
/
setup.cfg
File metadata and controls
38 lines (32 loc) · 848 Bytes
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
# 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
[zest.releaser]
python-file-with-version = formalchemy/__init__.py
tag-format = v{version}