Update setup config file

Update the file with new repo.

Change-Id: I77694e71ee079d85d3a844e5b07c8e8e70c95999
This commit is contained in:
spzala 2015-08-26 05:35:40 -07:00
parent 76c3a594a8
commit 2dfa997aed
2 changed files with 8 additions and 8 deletions

View File

@ -3,4 +3,4 @@
# The list of modules to copy from oslo-incubator.git # The list of modules to copy from oslo-incubator.git
# The base module to hold the copy of openstack.common # The base module to hold the copy of openstack.common
base=translator base=toscaparser

View File

@ -20,7 +20,7 @@ classifier =
[files] [files]
packages = packages =
translator toscaparser
[build_sphinx] [build_sphinx]
source-dir = doc/source source-dir = doc/source
@ -31,15 +31,15 @@ all_files = 1
upload-dir = doc/build/html upload-dir = doc/build/html
[compile_catalog] [compile_catalog]
directory = translator/locale directory = toscaparser/locale
domain = translator domain = toscaparser
[update_catalog] [update_catalog]
domain = translator domain = toscaparser
output_dir = translator/locale output_dir = toscaparser/locale
input_file = translator/locale/translator.pot input_file = toscaparser/locale/toscaparser.pot
[extract_messages] [extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg mapping_file = babel.cfg
output_file = translator/locale/translator.pot output_file = toscaparser/locale/toscaparser.pot