bc625c7154
Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: Ia72c3b021f57798a22a0b8b947eb192e045890a5 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
31 lines
915 B
INI
31 lines
915 B
INI
[metadata]
|
|
name = oslotest
|
|
summary = Oslo test framework
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/oslotest/latest/
|
|
python-requires = >=3.6
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
[files]
|
|
packages =
|
|
oslotest
|
|
scripts =
|
|
tools/oslo_debug_helper
|
|
tools/oslo_run_cross_tests
|
|
tools/oslo_run_pre_release_tests
|