Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: Ide27780f3a784eaa2d8040e5188c1c189204c6df Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
64 lines
2.3 KiB
INI
64 lines
2.3 KiB
INI
[metadata]
|
|
name = sushy-cli
|
|
summary = Redfish CLI tool based on sushy Redfish client library
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/sushy-cli/latest/
|
|
python-requires = >=3.6
|
|
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.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
|
|
[files]
|
|
packages =
|
|
sushycli
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
sushycli = sushycli.cmd.sushycli:main
|
|
|
|
sushycli =
|
|
chassis_inventory_show = sushycli.chassis_inventory:ChassisInventoryShow
|
|
chassis_list = sushycli.chassis_list:ChassisList
|
|
manager_inventory_show = sushycli.manager_inventory:ManagerInventoryShow
|
|
manager_list = sushycli.manager_list:ManagerList
|
|
manager_vmedia_eject = sushycli.manager_vmedia:ManagerVmediaEject
|
|
manager_vmedia_insert = sushycli.manager_vmedia:ManagerVmediaInsert
|
|
manager_vmedia_list = sushycli.manager_vmedia:ManagerVmediaList
|
|
system_bios_reset = sushycli.system_bios:SystemBiosReset
|
|
system_bios_set = sushycli.system_bios:SystemBiosSet
|
|
system_bios_show = sushycli.system_bios:SystemBiosShow
|
|
system_boot_set = sushycli.system_boot:SystemBootSet
|
|
system_boot_show = sushycli.system_boot:SystemBootShow
|
|
system_inventory_show = sushycli.system_inventory:SystemInventoryShow
|
|
system_list = sushycli.system_list:SystemList
|
|
system_power = sushycli.system_power:SystemPowerSet
|
|
system_power_show = sushycli.system_power:SystemPowerShow
|
|
version_show = sushycli.version:VersionShow
|
|
|
|
[compile_catalog]
|
|
directory = sushycli/locale
|
|
domain = sushycli
|
|
|
|
[update_catalog]
|
|
domain = sushycli
|
|
output_dir = sushycli/locale
|
|
input_file = sushycli/locale/sushycli.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = sushycli/locale/sushycli.pot
|