Merge "Update setup config file"
This commit is contained in:
commit
6d09259f9c
@ -3,4 +3,4 @@
|
||||
# The list of modules to copy from oslo-incubator.git
|
||||
|
||||
# The base module to hold the copy of openstack.common
|
||||
base=translator
|
||||
base=toscaparser
|
14
setup.cfg
14
setup.cfg
@ -20,7 +20,7 @@ classifier =
|
||||
|
||||
[files]
|
||||
packages =
|
||||
translator
|
||||
toscaparser
|
||||
|
||||
[build_sphinx]
|
||||
source-dir = doc/source
|
||||
@ -31,15 +31,15 @@ all_files = 1
|
||||
upload-dir = doc/build/html
|
||||
|
||||
[compile_catalog]
|
||||
directory = translator/locale
|
||||
domain = translator
|
||||
directory = toscaparser/locale
|
||||
domain = toscaparser
|
||||
|
||||
[update_catalog]
|
||||
domain = translator
|
||||
output_dir = translator/locale
|
||||
input_file = translator/locale/translator.pot
|
||||
domain = toscaparser
|
||||
output_dir = toscaparser/locale
|
||||
input_file = toscaparser/locale/toscaparser.pot
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ gettext ngettext l_ lazy_gettext
|
||||
mapping_file = babel.cfg
|
||||
output_file = translator/locale/translator.pot
|
||||
output_file = toscaparser/locale/toscaparser.pot
|
||||
|
Loading…
x
Reference in New Issue
Block a user