From a37ab00b344e035adbdc532f2760c223db118c0f Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Mon, 26 Apr 2021 19:41:09 +0100 Subject: [PATCH] Remove Python 2 from PyPI classifiers --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index edf03c4..6448eac 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,6 @@ setup( 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules'