From 38585701c748d189260b468850e46165a4cf4890 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 9 Jun 2020 10:32:24 +0200 Subject: [PATCH] Remove obsolete setup The file openstack-common.conf is not used anymore, remove it. Remove translation sections from setup.cfg, they are not used, see https://docs.openstack.org/i18n/latest/project_setup.html#django-projects Change-Id: I2442d3ce325620a56b6fa0591485c0331d9096c7 --- openstack-common.conf | 6 ------ setup.cfg | 14 -------------- 2 files changed, 20 deletions(-) delete mode 100644 openstack-common.conf diff --git a/openstack-common.conf b/openstack-common.conf deleted file mode 100644 index 1d8dcca..0000000 --- a/openstack-common.conf +++ /dev/null @@ -1,6 +0,0 @@ -[DEFAULT] - -# The list of modules to copy from oslo-incubator.git - -# The base module to hold the copy of openstack.common -base=designatedashboard diff --git a/setup.cfg b/setup.cfg index 166ec10..8715fbe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,17 +23,3 @@ classifier = [files] packages = designatedashboard - -[compile_catalog] -directory = designatedashboard/locale -domain = django - -[update_catalog] -domain = django -output_dir = designatedashboard/locale -input_file = designatedashboard/locale/django.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel-django.cfg -output_file = designatedashboard/locale/django.pot