[gnome-keysign: 2/9] setup.py: Indicate Python 3 support
- From: Tobias Mueller <tobiasmue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keysign: 2/9] setup.py: Indicate Python 3 support
- Date: Mon, 12 Feb 2018 22:10:40 +0000 (UTC)
commit ecc36e6fb717080e69965541af4523f53c532ca4
Author: Tobias Mueller <muelli cryptobitch de>
Date: Thu Feb 8 12:29:34 2018 +0100
setup.py: Indicate Python 3 support
We should really be supporting Python 3 now, so let's add the relevant
metadata.
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/setup.py b/setup.py
index 0b3bdd4..92c2920 100644
--- a/setup.py
+++ b/setup.py
@@ -262,7 +262,7 @@ setup(
# I think we are only 2.7 compatible
'Programming Language :: Python :: 2.7',
# We're still lacking support for 3
- #'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3',
'License :: OSI Approved :: GNU General Public License (GPL)',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]