2018-09-12 17:35:58 +00:00
|
|
|
[metadata]
|
|
|
|
name = oslo.upgradecheck
|
|
|
|
summary = Common code for writing OpenStack upgrade checks
|
2022-02-06 02:14:05 +09:00
|
|
|
description_file =
|
2018-09-12 17:35:58 +00:00
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
2022-02-06 02:14:05 +09:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
home_page = http://launchpad.net/oslo
|
2024-10-24 18:04:16 +09:00
|
|
|
python_requires = >=3.9
|
2018-09-12 17:35:58 +00: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 :: 3
|
2022-05-05 11:40:04 +02:00
|
|
|
Programming Language :: Python :: 3.9
|
2023-04-03 11:21:21 +02:00
|
|
|
Programming Language :: Python :: 3.10
|
2024-01-11 16:27:01 -08:00
|
|
|
Programming Language :: Python :: 3.11
|
2024-10-09 22:46:15 +09:00
|
|
|
Programming Language :: Python :: 3.12
|
2020-02-04 17:01:06 +01:00
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
2018-09-12 17:35:58 +00:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
oslo_upgradecheck
|