[gnome-keysign: 1/11] setup: remove python2 classifier
- From: Tobias Mueller <tobiasmue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keysign: 1/11] setup: remove python2 classifier
- Date: Thu, 15 Sep 2022 10:12:03 +0000 (UTC)
commit 2066508c824d858604d2596520d72ad236e983ad
Author: Tobias Mueller <muelli cryptobitch de>
Date: Wed Sep 14 09:50:52 2022 +0200
setup: remove python2 classifier
I think we dropped Python 2 a while ago.
setup.py | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/setup.py b/setup.py
index 660543d..f8aa195 100644
--- a/setup.py
+++ b/setup.py
@@ -166,13 +166,8 @@ setup(
'Intended Audience :: End Users/Desktop',
'Intended Audience :: Information Technology',
'Intended Audience :: Legal Industry',
- 'Intended Audience :: Telecommunications Industry',
-
- 'Programming Language :: Python',
- 'Programming Language :: Python :: 2',
- # I think we are only 2.7 compatible
- 'Programming Language :: Python :: 2.7',
- # We're still lacking support for 3
+ 'Intended Audience :: Telecommunications Industry',
+
'Programming Language :: Python :: 3',
'License :: OSI Approved :: GNU General Public License (GPL)',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]