When `'git'` command is not in path, setuptools_scm `get_version` does not provide a readabale explanation. We should therefore rather check it upfront ```python from setuptools_scm import has_command has_command('git') ```
When
'git'command is not in path, setuptools_scmget_versiondoes not provide a readabale explanation. We should therefore rather check it upfront