Skip to content

v0.3.1 — PyPI packaging metadata

Choose a tag to compare

@udhawan97 udhawan97 released this 19 Jul 14:09

Packaging metadata only — no behavior change. Everything v0.3.0 does, it still does.

uvx codemble            # or: pipx install codemble && codemble

Fixed

  • Added PyPI classifiers (Beta, Python 3.11–3.13, developer/education audience, OS independent). v0.3.0 shipped with none, so the project page showed no Python version or maturity and was invisible to classifier search.
  • Moved license metadata to the PEP 639 SPDX form (License-Expression: Apache-2.0). v0.3.0 dumped the full ~11KB Apache text into the License field.
  • Made README links absolute, so the images and doc links render on the PyPI project page instead of 404ing, and dropped a stray internal tooling comment from the top of the published description.
  • Excluded internal tooling directories (.remember, .hallmark, .claude, .superpowers) from the sdist; v0.3.0's sdist carried agent session notes.

Docs that named a specific release now say "Phase 1 tester release" instead, so a patch no longer leaves version labels stale across eight pages.

Full changelog: https://github.com/udhawan97/Codemble/blob/v0.3.1/CHANGELOG.md