51d1eed164
In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. Add release notes and update the python classifier for the same. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: I46da9a7a84a2f628030206d3ac3f75beeeff46b4
29 lines
812 B
INI
29 lines
812 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
|
|
|
|
[files]
|
|
packages =
|
|
os_ken
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
osken = os_ken.cmd.osken_base:main
|
|
osken-manager = os_ken.cmd.manager:main
|