-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsetup.cfg
43 lines (36 loc) · 973 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
40
41
42
43
[egg_info]
tag_build = dev
tag_svn_revision = true
[pytest]
addopts =
--doctest-modules
--doctest-glob='*.rst'
--capture=no
--cov=kotti_navigation
--cov-report=term-missing
--ignore=kotti_navigation/templates/
kotti_navigation/
python_files = test*py
[aliases]
dev = develop easy_install Kotti[testing] Kotti[development]
minify = minify_css
[minify_css]
sources = kotti_navigation/static/css/*.css
output = kotti_navigation/static/css/%s.min.css
[compile_catalog]
directory = kotti_navigation/locale
domain = kotti_navigation
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = kotti_navigation/locale/kotti_navigation.pot
width = 80
[init_catalog]
domain = kotti_navigation
input_file = kotti_navigation/locale/kotti_navigation.pot
output_dir = kotti_navigation/locale
[update_catalog]
domain = kotti_navigation
input_file = kotti_navigation/locale/kotti_navigation.pot
output_dir = kotti_navigation/locale
previous = true