Skip to content

v0.1.1

Choose a tag to compare

@JerryLife JerryLife released this 13 Mar 11:27
· 19 commits to main since this release

Fix: Python source files missing from wheel

uv pip install (and any pip install from the wheel) was installing zero .py files because the hatch build include list only contained non-Python files, effectively filtering out the entire package.

What changed: moved the include list to the sdist target only, so the wheel now correctly includes all llm_dna/ source files.

Full Changelog: v0.1.0...v0.1.1