From 2f78c6395ae559f4af94e797d1a744d08295f112 Mon Sep 17 00:00:00 2001 From: Boris Pavlovic Date: Fri, 9 May 2014 02:59:35 +0400 Subject: [PATCH] Fix setup.cfg python 2.6 is supported as well --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index c8d6ef5..63fb9f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,7 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 2 + Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 [files]