Files
os-net-config/setup.cfg
Takashi Kajinami 3992b4d61f Drop support for Python 3.6 and 3.7
... because these are no longer part of tested runtimes in Zed. Also
Python 3.9 is added to the supported runtimes because it has been
tested since Yoga.

Change-Id: I6227a52ea6075e1c451fd62c7fae6cdee61a565c
2022-06-21 22:21:15 +09:00

33 lines
1.0 KiB
INI

[metadata]
name = os-net-config
summary = OpenStack network configuration
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
license = Apache License (2.0)
home_page = https://opendev.org/openstack/os-net-config
python_requires = >=3.8
classifier =
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =
os_net_config
[entry_points]
console_scripts =
os-net-config = os_net_config.cli:main
os-net-config-sriov = os_net_config.sriov_config:main
os-net-config-sriov-bind = os_net_config.sriov_bind_config:main