refstack-client/setup.cfg
jskunda 54c74fb8e3 Drop python2, python3.6 and 3.7 support
Refstack-client is dropping support of python2 and also all python3
versions above python3.8

Changes:
-requirements.txt - added license on python-subunit
-setup.cfg - removed python2 and python3 versions below python3.8
           - added python3.10
-setup_env - removed all python2 mentions
           - python3 min version set to 3.8.0
           - added parameter l which will force installation of
             python into  ${WORKDIR}/.localpython
-tox.ini - removed py27 from envlist, added py38

Change-Id: I6500ed950cb9bc07d87370940b4752e686712c14
2023-02-03 16:22:00 +01:00

38 lines
950 B
INI

[metadata]
name = refstack-client
version = 0.1.1
summary = Tempest test wrapper and result uploader for refstack
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://refstack.openstack.org
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.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[files]
packages =
refstack_client
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
refstack-client = refstack_client.refstack_client:entry_point
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source