python-novaclient/setup.cfg
Ghanshyam Mann cd7a79e965 Update python classifier in setup.cfg
As per the current release tested runtime, we test
till python 3.11 so updating the same in python
classifier in setup.cfg

Change-Id: Ib4658c25e7f20a0e4bc8fd01e8ebacfb4a27b3e2
2024-01-03 19:21:05 -08:00

35 lines
1.0 KiB
INI

[metadata]
name = python-novaclient
summary = Client library for OpenStack Compute API
description_file =
README.rst
license = Apache License, Version 2.0
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/python-novaclient/latest
python_requires = >=3.8
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
[files]
packages =
novaclient
[entry_points]
console_scripts =
nova = novaclient.shell:main