I made the version string taken from the output of git describe --tags --long. It's OK if the tools were downloaded by doing git clone, but when the source was downloaded as a ZIP the version string becomes 0.0.0.
I think we need to add a GitHub hook to set the version string in setup.py for ZIP downloads, thought I know almost nothing about the hooks. (A negative/tempral solution would be to disable "Download ZIP")
I made the version string taken from the output of
git describe --tags --long. It's OK if the tools were downloaded by doinggit clone, but when the source was downloaded as a ZIP the version string becomes0.0.0.I think we need to add a GitHub hook to set the version string in
setup.pyfor ZIP downloads, thought I know almost nothing about the hooks. (A negative/tempral solution would be to disable "Download ZIP")