source: setup.cfg @ 0:4bfac0e53a69

Revision 0:4bfac0e53a69, 631 bytes checked in by dwt, 3 years ago (diff)

[svn r338] going to the standard /trunk/tags/branches organisation

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#verbose=True
11#verbosity=2
12#detailed-errors=1
13
14# Babel configuration
15[compile_catalog]
16domain = adhocracy
17directory = adhocracy/i18n
18statistics = true
19
20[extract_messages]
21add_comments = TRANSLATORS:
22output_file = adhocracy/i18n/adhocracy.pot
23width = 80
24
25[init_catalog]
26domain = adhocracy
27input_file = adhocracy/i18n/adhocracy.pot
28output_dir = adhocracy/i18n
29
30[update_catalog]
31domain = adhocracy
32input_file = adhocracy/i18n/adhocracy.pot
33output_dir = adhocracy/i18n
34previous = true
Note: See TracBrowser for help on using the repository browser.