2015-11-16 10:49:54 +02:00
|
|
|
[metadata]
|
|
|
|
name = vitrage-dashboard
|
|
|
|
summary = Vitrage Horizon plugin
|
2021-04-27 15:05:36 +08:00
|
|
|
description_file =
|
2015-11-16 10:49:54 +02:00
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
2021-04-27 15:05:36 +08:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
home_page = https://docs.openstack.org/vitrage-dashboard/latest/
|
2024-01-09 19:18:26 -08:00
|
|
|
python_requires = >=3.8
|
2015-11-16 10:49:54 +02:00
|
|
|
classifier =
|
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
2020-04-17 16:27:10 +02:00
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
2015-11-16 10:49:54 +02:00
|
|
|
Programming Language :: Python :: 3
|
2020-05-02 07:48:17 -05:00
|
|
|
Programming Language :: Python :: 3.8
|
2021-12-22 11:09:57 +08:00
|
|
|
Programming Language :: Python :: 3.9
|
2024-01-09 19:18:26 -08:00
|
|
|
Programming Language :: Python :: 3.10
|
|
|
|
Programming Language :: Python :: 3.11
|
2015-11-16 10:49:54 +02:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
2017-02-01 12:20:17 +01:00
|
|
|
vitrage_dashboard
|
2015-11-16 10:49:54 +02:00
|
|
|
|
|
|
|
[compile_catalog]
|
2016-11-16 09:37:20 +01:00
|
|
|
directory = vitrage_dashboard/locale
|
2015-11-16 10:49:54 +02:00
|
|
|
domain = vitrage-dashboard
|
|
|
|
|
|
|
|
[update_catalog]
|
|
|
|
domain = vitrage-dashboard
|
2016-11-16 09:37:20 +01:00
|
|
|
output_dir = vitrage_dashboard/dashboard/locale
|
|
|
|
input_file = vitrage_dashboard/dashboard/locale/vitrage-dashboard.pot
|
2015-11-16 10:49:54 +02:00
|
|
|
|
|
|
|
[extract_messages]
|
|
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
|
|
mapping_file = babel.cfg
|
2016-11-16 09:37:20 +01:00
|
|
|
output_file = vitrage_dashboard/dashboard/locale/vitrage-dashboard.pot
|