venus-dashboard/setup.cfg
Ghanshyam Mann ceb51deca8 Update python classifier in setup.cfg
As per the current release tested runtime, we test
python version from 3.8 to 3.11 so updating the
same in python classifier in setup.cfg

Change-Id: If51633754766feb5b2f828ed1d848c50ae33e750
2024-01-09 19:22:30 -08:00

43 lines
1.3 KiB
INI

[metadata]
name = venus-dashboard
summary = Venus Horizon plugin
description_file =
README.rst
long_description_content_type = text/markdown
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/venus-dashboard/latest/
python_requires = >=3.8
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
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[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