From bdcaef8f4276933cae562ba3b45aaef794976fad Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Wed, 18 Jan 2017 12:47:42 +0700 Subject: [PATCH] Fix duplicated python version in classifier This patch fixes the duplicated python version in classifier Change-Id: I53ff0068c6c063af6b4b95af0333726ccedba400 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5d97f6573..a85b39eea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,7 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 2 + Programming Language :: Python :: 3 Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5