root/setup.cfg

Revision 9ecef7d5cb3a00326e3e6bd045a09195c498028c, 1.1 kB (checked in by Jonny Lamb <jonnylamb@…>, 7 months ago)

Initial commit.

Signed-off-by: Jonny Lamb <jonnylamb@…>

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