From 0e55553b2b99b325608a875cb695d076598f5be8 Mon Sep 17 00:00:00 2001 From: kavithahr Date: Tue, 7 Mar 2017 14:47:51 +0530 Subject: [PATCH] The python version is added Python 3 and 3.5 version was missing. Change-Id: Ifa2148c4cf34d52b55a762e95778a5ed3ed848b3 --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 36a4d1a40b..e7030516be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,8 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.5 [global] setup-hooks = pbr.hooks.setup_hook