Files
e7180a5876067e929e0606f552e91ee357a143d4
swift /setup.cfg

32 lines
483 B
INI
Raw Normal View History

2010年07月14日 09:46:14 -05:00
[build_sphinx]
2010年07月19日 11:22:40 -05:00
all_files = 1
build-dir = doc/build
2010年07月14日 09:46:14 -05:00
source-dir = doc/source
2010年07月19日 11:22:40 -05:00
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
2011年01月27日 00:01:24 +00:00
[compile_catalog]
directory = locale
domain = swift
[update_catalog]
domain = swift
output_dir = locale
input_file = locale/swift.pot
[extract_messages]
keywords = _ l_ lazy_gettext
mapping_file = babel.cfg
output_file = locale/swift.pot
[nosetests]
exe=1
verbosity=2
detailed-errors=1
cover-html = true
cover-erase = true