forked from CodingRobots/WebBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
37 lines (31 loc) · 703 Bytes
/
setup.cfg
File metadata and controls
37 lines (31 loc) · 703 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
[egg_info]
tag_build = dev
tag_svn_revision = true
[nosetests]
with-pylons=test.ini
# Babel configuration
[compile_catalog]
domain = webbot
directory = webbot/i18n
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = webbot/i18n/webbot.pot
width = 80
keywords = l_
[init_catalog]
domain = webbot
input_file = webbot/i18n/webbot.pot
output_dir = webbot/i18n
[update_catalog]
domain = webbot
input_file = webbot/i18n/webbot.pot
output_dir = webbot/i18n
previous = true
# Static files extraction for TW
[archive_tw_resources]
output = webbot/public/toscawidgets/
distributions = webbot
#yuicompressor = /home/someuser/bin/yuicompressor.jar
#compresslevel = 2
onepass = true