]> asedeno.scripts.mit.edu Git - bluechips.git/blob - setup.cfg
Add a new /user action with pointers to the others.
[bluechips.git] / setup.cfg
1 [egg_info]
2 tag_build = dev
3 tag_svn_revision = true
4
5 [easy_install]
6 find_links = http://www.pylonshq.com/download/
7
8 [nosetests]
9 with-pylons=test.ini
10 cover-erase = true
11 cover-package = bluechips
12
13 # Babel configuration
14 [compile_catalog]
15 domain = bluechips
16 directory = bluechips/i18n
17 statistics = true
18
19 [extract_messages]
20 add_comments = TRANSLATORS:
21 output_file = bluechips/i18n/bluechips.pot
22 width = 80
23
24 [init_catalog]
25 domain = bluechips
26 input_file = bluechips/i18n/bluechips.pot
27 output_dir = bluechips/i18n
28
29 [update_catalog]
30 domain = bluechips
31 input_file = bluechips/i18n/bluechips.pot
32 output_dir = bluechips/i18n
33 previous = true