From 23eb0c95ec3fb2cc3c34a31ac3d6b0d2ed925690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 2 Feb 2022 08:09:17 +0100 Subject: [PATCH] trivial: remove python 2 from classifiers --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 11d8988..cd7cf1c 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,6 @@ setup( 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', ], install_requires=[ 'django>=1.8, <1.12',