From a28deb389d88c2a3f988dd93e15a04c0e536704e Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Thu, 23 Apr 2020 11:13:26 -0700 Subject: [PATCH] Update setup.py classifiers to drop Python2 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 8d4b23e..3ad374e 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,6 @@ classifiers = [ 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',