From abb70cef49a5857145dceba5d4dc2718b047ef37 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 11 Jun 2011 17:34:25 +0200 Subject: [PATCH] Remove the Python 3.0 support --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index a95caa9..6e68682 100755 --- a/setup.py +++ b/setup.py @@ -88,7 +88,6 @@ setup( "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Topic :: Office/Business :: Groupware"])