mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-18 06:16:05 +01:00
wa: 3.0.0 Release preparation
- Update 'setup.py' package name to 'wlauto' as 'wa' is already taken on PyPi and update documentation accordingly. - Update old references to Python 2.7
This commit is contained in:
2
setup.py
2
setup.py
@ -62,7 +62,7 @@ for root, dirs, files in os.walk(wa_dir):
|
||||
scripts = [os.path.join('scripts', s) for s in os.listdir('scripts')]
|
||||
|
||||
params = dict(
|
||||
name='wa',
|
||||
name='wlauto',
|
||||
description='A framework for automating workload execution and measurement collection on ARM devices.',
|
||||
version=get_wa_version_with_commit(),
|
||||
packages=packages,
|
||||
|
Reference in New Issue
Block a user