From 5fac2751019ec6b6c36f55424bb65bf15aef4699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 28 May 2020 18:31:16 +0200 Subject: [PATCH] trivial: mention python 3 in trove classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b9f6912..80a4f40 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ setup( 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 3', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Multimedia :: Sound/Audio', ], -- GitLab