1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 12:06:08 +00:00

templates/setup: Update package setup template to specify python3

This commit is contained in:
Marc Bonnici 2019-09-06 10:39:40 +01:00 committed by setrofim
parent d27443deb5
commit 023cb88ab1

View File

@ -59,7 +59,7 @@ params = dict(
'Environment :: Console',
'License :: Other/Proprietary License',
'Operating System :: Unix',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
],
)