0e8e410862
Translation setup needs to be changed to match what the infra team expects for automatic jobs. Change-Id: I37dee01ae1cd581daf435889689c899d0dafd192 Closes-Bug: 1523429 Implements: blueprint add-translation
52 lines
1.3 KiB
INI
52 lines
1.3 KiB
INI
[metadata]
|
|
name = horizon-cisco-ui
|
|
summary = Cisco Plugin for the OpenStack Dashboard
|
|
description-file =
|
|
README.rst
|
|
author = Cisco Systems, Inc.
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = https://github.com/openstack/horizon-cisco-ui
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: OpenStack
|
|
Framework :: Django
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Topic :: Internet :: WWW/HTTP
|
|
|
|
[global]
|
|
setup-hooks = pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
packages = horizon_cisco_ui
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[nosetests]
|
|
verbosity=2
|
|
detailed-errors=1
|
|
|
|
[compile_catalog]
|
|
domain = horizon-cisco-ui
|
|
directory = horizon-cisco-ui/locale
|
|
|
|
[update_catalog]
|
|
domain = horizon-cisco-ui
|
|
output_dir = horizon-cisco-ui/locale
|
|
input_file = horizon-cisco-ui/locale/horizon-cisco-ui.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = horizon-cisco-ui/locale/horizon-cisco-ui.pot
|