1
0
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:
Marc Bonnici
2018-07-06 17:30:59 +01:00
committed by setrofim
parent 4043631abf
commit 915c363fd9
2 changed files with 8 additions and 7 deletions
doc/source/user_information
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,