From ca0d2eaaf5168c9f68715af0d4d10c2a862cc10c Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Thu, 13 Dec 2018 16:43:39 +0000 Subject: setup.py: Add missing classifier for Python3 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1c2d8e68..9aaffd5a 100755 --- a/setup.py +++ b/setup.py @@ -104,6 +104,7 @@ params = dict( 'License :: OSI Approved :: Apache Software License', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', ], ) -- cgit v1.2.3