From aa71a1098f6e5071a9fad54db6ce2bf3e1b6a98c Mon Sep 17 00:00:00 2001 From: Vincent Danno Date: Tue, 11 May 2021 22:07:58 +0200 Subject: Correct version to actuals in PyPI classifiers Signed-off-by: Vincent Danno Change-Id: I040bf8d139d0ce159de4999cd14db48fb12f5b25 --- setup.cfg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index e7cd0ab3..1b7d171f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,16 +6,14 @@ description-file = author = OPNFV author-email = opnfv-tech-discuss@lists.opnfv.org home-page = https://wiki.opnfv.org/display/functest -classifier = +classifiers = Intended Audience :: Information Technology Intended Audience :: System Administrators License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.8 [files] packages = xtesting -- cgit 1.2.3-korg