2021-05-31 18:27:09 +08:00
|
|
|
[metadata]
|
|
|
|
name = venus-dashboard
|
|
|
|
summary = Venus Horizon plugin
|
|
|
|
description_file =
|
|
|
|
README.rst
|
2021-12-20 14:40:23 +08:00
|
|
|
long_description_content_type = text/markdown
|
2021-05-31 18:27:09 +08:00
|
|
|
author = OpenStack
|
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
home_page = https://docs.openstack.org/venus-dashboard/latest/
|
2022-09-13 15:48:54 +08:00
|
|
|
python_requires = >=3.8
|
2021-05-31 18:27:09 +08: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
|
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3.8
|
2021-10-13 09:56:58 +08:00
|
|
|
Programming Language :: Python :: 3.9
|
2024-01-09 19:18:54 -08:00
|
|
|
Programming Language :: Python :: 3.10
|
|
|
|
Programming Language :: Python :: 3.11
|
2021-05-31 18:27:09 +08:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
venus_dashboard
|
|
|
|
|
|
|
|
[compile_catalog]
|
|
|
|
directory = venus_dashboard/locale
|
|
|
|
domain = venus-dashboard
|
|
|
|
|
|
|
|
[update_catalog]
|
|
|
|
domain = venus-dashboard
|
|
|
|
output_dir = venus_dashboard/dashboard/locale
|
|
|
|
input_file = venus_dashboard/dashboard/locale/venus-dashboard.pot
|
|
|
|
|
|
|
|
[extract_messages]
|
|
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
|
|
mapping_file = babel.cfg
|
|
|
|
output_file = venus_dashboard/dashboard/locale/venus-dashboard.pot
|