mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-22 04:49:00 +00:00
setup.py: add commit to install version
Add the git commit ID to the installed version, if available.
This commit is contained in:
parent
7941b712c5
commit
c93a1f5deb
4
setup.py
4
setup.py
@ -27,7 +27,7 @@ except ImportError:
|
|||||||
wa_dir = os.path.join(os.path.dirname(__file__), 'wa')
|
wa_dir = os.path.join(os.path.dirname(__file__), 'wa')
|
||||||
|
|
||||||
sys.path.insert(0, os.path.join(wa_dir, 'framework'))
|
sys.path.insert(0, os.path.join(wa_dir, 'framework'))
|
||||||
from version import get_wa_version
|
from version import get_wa_version_with_commit
|
||||||
|
|
||||||
# happends if falling back to distutils
|
# happends if falling back to distutils
|
||||||
warnings.filterwarnings('ignore', "Unknown distribution option: 'install_requires'")
|
warnings.filterwarnings('ignore', "Unknown distribution option: 'install_requires'")
|
||||||
@ -62,7 +62,7 @@ scripts = [os.path.join('scripts', s) for s in os.listdir('scripts')]
|
|||||||
params = dict(
|
params = dict(
|
||||||
name='wa',
|
name='wa',
|
||||||
description='A framework for automating workload execution and measurement collection on ARM devices.',
|
description='A framework for automating workload execution and measurement collection on ARM devices.',
|
||||||
version=get_wa_version(),
|
version=get_wa_version_with_commit(),
|
||||||
packages=packages,
|
packages=packages,
|
||||||
package_data=data_files,
|
package_data=data_files,
|
||||||
scripts=scripts,
|
scripts=scripts,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user