From eaa737313b4b8d4e050ce0ba8ffbf77465b43b46 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 5 Jul 2010 13:55:57 +0200 Subject: [PATCH] Add python 2.7 in the list of supported python versions. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6cd5fbf..70553b1 100755 --- a/setup.py +++ b/setup.py @@ -87,6 +87,7 @@ setup( "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1",