forked from jan/debianmemberportfolio
39 lines
722 B
INI
39 lines
722 B
INI
[egg_info]
|
|
tag_build = dev
|
|
tag_svn_revision = true
|
|
|
|
[build_sphinx]
|
|
source-dir = docs/source
|
|
build-dir = docs/build
|
|
all_files = 1
|
|
|
|
[publish]
|
|
doc-dir=docs/html
|
|
make-dirs=1
|
|
|
|
[nosetests]
|
|
cover-package = debianmemberportfolio
|
|
|
|
# Babel configuration
|
|
[compile_catalog]
|
|
domain = messages
|
|
directory = debianmemberportfolio/translations
|
|
statistics = true
|
|
|
|
[extract_messages]
|
|
charset = UTF-8
|
|
add_comments = TRANSLATORS:
|
|
output_file = messages.pot
|
|
width = 80
|
|
msgid_bugs_address = jan@dittberner.info
|
|
|
|
[init_catalog]
|
|
domain = messages
|
|
input_file = messages.pot
|
|
output_dir = debianmemberportfolio/translations
|
|
|
|
[update_catalog]
|
|
domain = messages
|
|
input_file = messages.pot
|
|
output_dir = debianmemberportfolio/translations
|
|
previous = true
|