
OpenStack is dropping the py2.7 support in ussuri cycle. kuryr-tempest-plugin is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I275bb0bae3e59b0abbea807f401361b201962e7f
32 lines
898 B
INI
32 lines
898 B
INI
[metadata]
|
|
name = kuryr-tempest-plugin
|
|
summary = Kuryr Tempest Plugin
|
|
description-file = README.rst
|
|
license = Apache Software License
|
|
classifiers =
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/kuryr-tempest-plugin/latest/
|
|
|
|
[files]
|
|
packages =
|
|
kuryr_tempest_plugin
|
|
|
|
[entry_points]
|
|
tempest.test_plugins =
|
|
kuryr_tempest_tests = kuryr_tempest_plugin.plugin:KuryrTempestPlugin
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|