mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
98de37807d
When installing from source WA attempts to include the commit ID in the version of the installed pacakge however this caused issues with package managers like pip. PEP440 specifies that local identifiers must be in the form `<public version identifier>[+<localversion label>]` so update the version to conform. https://www.python.org/dev/peps/pep-0440/#local-version-identifiers