From a30ee7f92c370ff69c92dedb18bcdf0ecf72b041 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 5 Jan 2015 14:23:28 +0200 Subject: [PATCH] setup.py: add support for Python 2.6 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b28599f..4cbd5a7 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ setup( "Intended Audience :: Information Technology", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", + "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3",