forked from ikus060/rdiffweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
50 lines (43 loc) · 1.09 KB
/
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
48
49
50
[extract_messages]
keywords = _ gettext ngettext
mapping_file = babel.cfg
output-file = rdiffweb/locales/messages.pot
input-dirs = rdiffweb
width = 80
[init_catalog]
domain = messages
input-file = rdiffweb/locales/messages.pot
output-dir = rdiffweb/locales
[update_catalog]
domain = messages
input-file = rdiffweb/locales/messages.pot
output-dir = rdiffweb/locales
[compile_catalog]
domain = messages
directory = rdiffweb/locales
[compile_all_catalogs]
locales = en, fr, ru, es, ca
domain = messages
directory = rdiffweb/locales
[nosetests]
with-xunit=1
with-coverage=1
cover-erase=1
cover-xml=1
cover-inclusive=1
cover-package=rdiffweb
verbosity = 2
[build_less]
files=rdiffweb/static/less/default.less;rdiffweb/static/less/orange.less
compress=1
output-dir=rdiffweb/static/
[minify_js]
sources=
rdiffweb/static/js/vendor/jquery-1.11.1.min.js
rdiffweb/static/js/vendor/bootstrap.js
rdiffweb/static/js/plugins/jquery.validate.js
rdiffweb/static/js/plugins/jquery.sortchildren.js
rdiffweb/static/js/plugins/timsort.js
rdiffweb/static/js/rdiffweb.js
output=rdiffweb/static/js/rdiffweb.min.js
nomunge=1