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
This commit is contained in:
Andreas Jaeger 2020-06-09 10:32:24 +02:00
parent c217c03de1
commit 38585701c7
2 changed files with 0 additions and 20 deletions

View File

@ -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

View File

@ -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