Laikulo/klippy-tooling

Should drop `.version` into the package with the version number of the build.

Closed this issue · 4 comments

Should drop `.version` into the package with the version number of the build.

To allow this: https://github.com/Klipper3d/klipper/blob/master/klippy/util.py#L128

Note that if git works, it won't try this method

This means we need to know the git hash of anything we build, so we may want to modify get-sources to look that up.

Done!