From 344a10b379c837d088c144172e750ad5968a221d Mon Sep 17 00:00:00 2001 From: iswarya_vakati Date: Tue, 27 Jun 2017 15:54:48 +0530 Subject: [PATCH] Add python 3.5 in classifier Now we can support py35 in classifier. Change-Id: Ief555aa3211b0c1405d2abb155f9ddd44fa149fc --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 0c49351647b..514c6bb98bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +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 =