2016-03-22 17:48:42 +00:00
|
|
|
[metadata]
|
|
|
|
name = microversion_parse
|
2016-04-11 18:58:33 +01:00
|
|
|
summary = OpenStack microversion header parser
|
2023-08-07 15:38:07 +08:00
|
|
|
description_file = README.rst
|
2016-03-22 17:48:42 +00:00
|
|
|
author = OpenStack
|
2023-08-07 15:38:07 +08:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
home_page = http://www.openstack.org/
|
|
|
|
python_requires = >=3.8
|
2016-03-22 17:48:42 +00:00
|
|
|
classifier =
|
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 3
|
2023-05-03 20:00:13 +00:00
|
|
|
Programming Language :: Python :: 3.8
|
2022-05-05 11:55:58 +02:00
|
|
|
Programming Language :: Python :: 3.9
|
2023-04-10 13:17:22 +09:00
|
|
|
Programming Language :: Python :: 3.10
|
2024-01-10 22:47:16 +09:00
|
|
|
Programming Language :: Python :: 3.11
|
2020-02-03 16:32:02 +01:00
|
|
|
Programming Language :: Python :: 3 :: Only
|
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
2016-03-22 17:48:42 +00:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
microversion_parse
|
|
|
|
|