1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 10:11:17 +00:00

setup.py: Add missing classifier for Python3

This commit is contained in:
Marc Bonnici 2018-12-13 16:43:39 +00:00 committed by setrofim
parent 06961d6adb
commit ca0d2eaaf5

View File

@ -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',
],
)