ea4fe8fa92
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: I5bf6f5061edc4ed1228a6a13fa8e558bbe15555d
31 lines
898 B
INI
31 lines
898 B
INI
[metadata]
|
|
name = os-ken
|
|
summary = A component-based software defined networking framework for OpenStack.
|
|
description_file =
|
|
README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
home_page = http://www.openstack.org/
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
|
|
[files]
|
|
packages =
|
|
os_ken
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
osken = os_ken.cmd.osken_base:main
|
|
osken-manager = os_ken.cmd.manager:main
|