From 2713ea98cb0fc22952ba6ddf88209da1a2efa270 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 13 Jun 2013 23:46:20 +0100 Subject: [PATCH] Use same version specifications as in Werkzeug --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ebf6c060..bb010578 100644 --- a/setup.py +++ b/setup.py @@ -102,8 +102,7 @@ setup( 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.6', - 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules' ],