From 4abe349dac6e1861bcad6d3d06afca8c6f56dc8a Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Fri, 21 Apr 2017 20:02:19 +0200 Subject: [PATCH] remove python 2 entirely --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 805d75f1a..6dc6635ea 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,6 @@ setup( 'Natural Language :: English', 'License :: OSI Approved :: BSD License', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5',