From 13dcb640dbeb5bd07c80bb16ddc9aa6563cbca23 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 18 Mar 2018 11:38:18 +0100 Subject: Add classifiers (pypi) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifabc4b33e56d37e097724cee2afd1c1da2438f9c Signed-off-by: Cédric Ollivier --- setup.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup.cfg b/setup.cfg index 865bfc49..fb6efc39 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,16 @@ description-file = author = OPNFV author-email = opnfv-tech-discuss@lists.opnfv.org home-page = https://wiki.opnfv.org/display/functest +classifier = + 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 [files] packages = xtesting -- cgit 1.2.3-korg