From fd35fd4cd6400edb2d45e333880255061b96cb77 Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Wed, 6 May 2015 12:19:01 +0200 Subject: [PATCH] Removes the Python 2 trove classifier --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index cb1e41d..68eaf20 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,6 @@ setup( # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4',