v0.1.1
Documentation and packaging only — no code or behavior changes.
Added
- MIT license — added a
LICENSEfile and declaredlicense = "MIT"in the package
metadata (VIP-62). - README — installation instructions (
pip install viparseand extras), a usage section,
and released status linking PyPI (VIP-62). - PyPI publishing — a GitHub Actions workflow publishes to PyPI via Trusted Publishing
(OIDC, no stored token) when a release is published (VIP-61).
Fixed
- Project URLs — corrected the repository URL and added Homepage / Changelog links shown on
the PyPI page (VIP-61).