Packaging metadata only — no code, dependency or behaviour change. The bundled
vendor definitions and the extraction logic are identical to 0.2.0.
- README now carries PyPI, supported-Python, license and CI badges, plus links to
the project page, source, issues and releases. All badges read live metadata,
so they track the package rather than needing edits. - Adds
[project.urls], which is what populates the sidebar links on the PyPI
project page; the README links only render inside the description body. - Fixes relative links in the description. PyPI serves the README without
rewriting relative paths, so[LICENSE](LICENSE)resolved against pypi.org and
404'd. The license badge and License section now point at the LICENSE blob on
GitHub.