-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
47 lines (39 loc) · 1023 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
44
45
46
47
[egg_info]
tag_build =
tag_svn_revision = true
[aliases]
dev = develop easy_install Kotti[testing] Kotti[development]
minify = minify_css minify_js
[pytest]
addopts =
--doctest-modules
--doctest-glob='*.txt'
--capture=no
--cov=kotti_gallery
--cov-report=term-missing
--ignore=kotti_gallery/templates/
kotti_gallery/
python_files = test*py
[compile_catalog]
directory = kotti_gallery/locale
domain = kotti_gallery
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = kotti_gallery/locale/kotti_gallery.pot
width = 80
[init_catalog]
domain = kotti_gallery
input_file = kotti_gallery/locale/kotti_gallery.pot
output_dir = kotti_gallery/locale
[update_catalog]
domain = kotti_gallery
input_file = kotti_gallery/locale/kotti_gallery.pot
output_dir = kotti_gallery/locale
previous = true
[minify_css]
sources = kotti_gallery/static/*.css
output = kotti_gallery/static/%s.min.css
[minify_js]
sources = kotti_gallery/static/*.js
output = kotti_gallery/static/%s.min.js