source: web/old/setup.cfg @ 30beeab

debianmacno-cupsweb
Last change on this file since 30beeab was 30beeab, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Remove "gutenbach-" from directory names and rename "gutenbach" to "gutenbach-server"

  • Property mode set to 100644
File size: 595 bytes
Line 
1[egg_info]
2tag_build = dev
3tag_svn_revision = true
4
5[easy_install]
6find_links = http://www.pylonshq.com/download/
7
8[nosetests]
9with-pylons=test.ini
10
11# Babel configuration
12[compile_catalog]
13domain = sipbmp3web
14directory = sipbmp3web/i18n
15statistics = true
16
17[extract_messages]
18add_comments = TRANSLATORS:
19output_file = sipbmp3web/i18n/sipbmp3web.pot
20width = 80
21
22[init_catalog]
23domain = sipbmp3web
24input_file = sipbmp3web/i18n/sipbmp3web.pot
25output_dir = sipbmp3web/i18n
26
27[update_catalog]
28domain = sipbmp3web
29input_file = sipbmp3web/i18n/sipbmp3web.pot
30output_dir = sipbmp3web/i18n
31previous = true
Note: See TracBrowser for help on using the repository browser.