back-up commit. probably broken.
[TownSquare.git] / setup.cfg
blob3431a162727b4a99b4ebf590e690d2f3bb709d72
1 [egg_info]
2 tag_build = dev
3 tag_svn_revision = true
5 [easy_install]
6 find_links = http://www.pylonshq.com/download/
8 [nosetests]
9 with-pylons = test.ini
11 # Babel configuration
12 [compile_catalog]
13 domain = townsquare
14 directory = townsquare/i18n
15 statistics = true
17 [extract_messages]
18 add_comments = TRANSLATORS:
19 output_file = townsquare/i18n/townsquare.pot
20 width = 80
22 [init_catalog]
23 domain = townsquare
24 input_file = townsquare/i18n/townsquare.pot
25 output_dir = townsquare/i18n
27 [update_catalog]
28 domain = townsquare
29 input_file = townsquare/i18n/townsquare.pot
30 output_dir = townsquare/i18n
31 previous = true