forked from fedora-infra/fedora-packages
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (31 loc) · 734 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
[egg_info]
tag_build =
#tag_svn_revision = true
[easy_install]
find_links = http://www.pylonshq.com/download/
[nosetests]
with-pylons=test.ini
# Babel configuration
[compile_catalog]
domain = myfedora
directory = myfedora/i18n
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = myfedora/i18n/myfedora.pot
width = 80
[init_catalog]
domain = myfedora
input_file = myfedora/i18n/myfedora.pot
output_dir = myfedora/i18n
[update_catalog]
domain = myfedora
input_file = myfedora/i18n/myfedora.pot
output_dir = myfedora/i18n
previous = true
[archive_tw_resources]
output = toscawidgets
distributions = fedoracommunity
#compresslevel = 2
onepass = true
#yuicompressor = /home/someuser/bin/yuicompressor.jar