From 2dfa997aed7bf826addfbd88c782f8972383fb5a Mon Sep 17 00:00:00 2001 From: spzala Date: Wed, 26 Aug 2015 05:35:40 -0700 Subject: [PATCH] Update setup config file Update the file with new repo. Change-Id: I77694e71ee079d85d3a844e5b07c8e8e70c95999 --- openstack-common.conf | 2 +- setup.cfg | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/openstack-common.conf b/openstack-common.conf index d359e402..178c8c4d 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -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 \ No newline at end of file +base=toscaparser \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index e447204a..3efa733b 100644 --- a/setup.cfg +++ b/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