zaqar-tempest-plugin/setup.cfg
Ghanshyam Mann 4a32739cb3 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

zaqar-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: I2417f29592bb87c9e3071b1918515a05f77cf8a3
2020-01-21 20:52:49 -06:00

50 lines
1.3 KiB
INI

[metadata]
name = zaqar_tempest_plugin
summary = Tempest plugin zaqar_tempest_plugin
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = http://www.openstack.org/
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.3
Programming Language :: Python :: 3.4
[files]
packages =
zaqar_tempest_plugin
[build_sphinx]
all-files = 1
warning-is-error = 1
source-dir = doc/source
build-dir = doc/build
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = zaqar_tempest_plugin/locale
domain = zaqar_tempest_plugin
[update_catalog]
domain = zaqar_tempest_plugin
output_dir = zaqar_tempest_plugin/locale
input_file = zaqar_tempest_plugin/locale/zaqar_tempest_plugin.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = zaqar_tempest_plugin/locale/zaqar_tempest_plugin.pot
[entry_points]
tempest.test_plugins =
zaqar_tests = zaqar_tempest_plugin.plugin:ZaqarTempestPlugin