dgibson / dtc

Device Tree Compiler
215 stars 127 forks source link

Pylibfdt fix python version #143

Closed blmaier closed 4 weeks ago

blmaier commented 4 weeks ago

pylibfdt: fix Python version

In commit "pylibfdt: Remove some apparently deprecated options from setup.py" the scm version tracking was removed. But it was not replaced with the fixed version. This causes the Python modules to be installed as version '0.0.0'.

Signed-off-by: Brandon Maier brandon.maier@collins.com

pylibfdt: add VERSION.txt to Python sdist

The VERSION.txt file tells setup.py what library version to use, so we must include it in the source distrbution.

Signed-off-by: Brandon Maier brandon.maier@collins.com

dgibson commented 4 weeks ago

Merged, thanks.