aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Bonnici <marc.bonnici@arm.com>2018-12-13 16:43:39 +0000
committersetrofim <setrofim@gmail.com>2018-12-14 07:44:44 +0000
commitca0d2eaaf5168c9f68715af0d4d10c2a862cc10c (patch)
tree93dded06ca68ac3228ecf25368e8010c05a4fbe8
parent06961d6adb656e8bcb986ee7076397bdfaa4c30c (diff)
setup.py: Add missing classifier for Python3
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
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',
],
)