root/trunk/setup.cfg

Revision 2, 1.2 kB (checked in by rgrp, 1 year ago)

[l] upgrade to pylons 0.9.6.1, overwriting all existing material and updating setup.py and README.txt to be reasonably accurate (license, description etc).

Line 
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 [pudge]
9 theme = pythonpaste.org
10
11 # Add extra doc files here with spaces between them
12 docs = docs/index.txt
13
14 # Doc Settings
15 doc_base = docs/
16 dest = docs/html
17
18 # Add extra modules here separated with commas
19 modules = microfacts
20 title = Microfacts
21 organization = Pylons
22
23 # Highlight code-block sections with Pygments
24 highlighter = pygments
25
26 # Optionally add extra links
27 #organization_url = http://pylonshq.com/
28 #trac_url = http://pylonshq.com/project
29 settings = no_about=true
30
31 # Optionally add extra settings
32 #           link1=/community/ Community
33 #           link2=/download/ Download
34
35 [publish]
36 doc-dir=docs/html
37 make-dirs=1
38
39 # Babel configuration
40 [compile_catalog]
41 domain = microfacts
42 directory = microfacts/i18n
43 statistics = true
44
45 [extract_messages]
46 add_comments = TRANSLATORS:
47 output_file = microfacts/i18n/microfacts.pot
48 width = 80
49
50 [init_catalog]
51 domain = microfacts
52 input_file = microfacts/i18n/microfacts.pot
53 output_dir = microfacts/i18n
54
55 [update_catalog]
56 domain = microfacts
57 input_file = microfacts/i18n/microfacts.pot
58 output_dir = microfacts/i18n
59 previous = true
Note: See TracBrowser for help on using the browser.