60 lines
1.2 KiB
INI
60 lines
1.2 KiB
INI
|
[egg_info]
|
||
|
tag_build = dev
|
||
|
tag_svn_revision = true
|
||
|
|
||
|
[easy_install]
|
||
|
find_links = http://www.pylonshq.com/download/
|
||
|
|
||
|
[pudge]
|
||
|
theme = pythonpaste.org
|
||
|
|
||
|
# Add extra doc files here with spaces between them
|
||
|
docs = docs/index.txt
|
||
|
|
||
|
# Doc Settings
|
||
|
doc_base = docs/
|
||
|
dest = docs/html
|
||
|
|
||
|
# Add extra modules here separated with commas
|
||
|
modules = pyalchemybiz
|
||
|
title = Pyalchemybiz
|
||
|
organization = Pylons
|
||
|
|
||
|
# Highlight code-block sections with Pygments
|
||
|
highlighter = pygments
|
||
|
|
||
|
# Optionally add extra links
|
||
|
#organization_url = http://pylonshq.com/
|
||
|
#trac_url = http://pylonshq.com/project
|
||
|
settings = no_about=true
|
||
|
|
||
|
# Optionally add extra settings
|
||
|
# link1=/community/ Community
|
||
|
# link2=/download/ Download
|
||
|
|
||
|
[publish]
|
||
|
doc-dir=docs/html
|
||
|
make-dirs=1
|
||
|
|
||
|
# Babel configuration
|
||
|
[compile_catalog]
|
||
|
domain = pyalchemybiz
|
||
|
directory = pyalchemybiz/i18n
|
||
|
statistics = true
|
||
|
|
||
|
[extract_messages]
|
||
|
add_comments = TRANSLATORS:
|
||
|
output_file = pyalchemybiz/i18n/pyalchemybiz.pot
|
||
|
width = 80
|
||
|
|
||
|
[init_catalog]
|
||
|
domain = pyalchemybiz
|
||
|
input_file = pyalchemybiz/i18n/pyalchemybiz.pot
|
||
|
output_dir = pyalchemybiz/i18n
|
||
|
|
||
|
[update_catalog]
|
||
|
domain = pyalchemybiz
|
||
|
input_file = pyalchemybiz/i18n/pyalchemybiz.pot
|
||
|
output_dir = pyalchemybiz/i18n
|
||
|
previous = true
|