forked from mediadrop/mediadrop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (27 loc) · 678 Bytes
/
setup.cfg
File metadata and controls
33 lines (27 loc) · 678 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
[egg_info]
#tag_build = dev
#tag_svn_revision = false
[easy_install]
# Look to our server for a known-good set of dependencies
find_links = http://mediacore.com/files/packages/
allow_hosts = mediacore.com
[nosetests]
with-pylons = test.ini
# Babel configuration
[compile_catalog]
domain = mediacore
directory = mediacore/i18n
statistics = true
[extract_messages]
add_comments = TRANSLATORS:
output_file = mediacore/i18n/mediacore.pot
width = 80
[init_catalog]
domain = mediacore
input_file = mediacore/i18n/mediacore.pot
output_dir = mediacore/i18n
[update_catalog]
domain = mediacore
input_file = mediacore/i18n/mediacore.pot
output_dir = mediacore/i18n
previous = false