PyPI page rendering fix
Full Changelog: v0.1.0...v0.1.1
- README images on PyPI: all 11 screenshots + logo now use absolute GitHub raw URLs. Previously they used relative paths (docs/assets/...) which only worked on GitHub, not on pypi.org.
- Project logo added to docs/assets/logo.png.
- Dynamic PyPI badges: version, monthly downloads, and supported Python versions are now read live from PyPI metadata, so they auto-update without README edits.
- CI workflow: removed stale reference to a non-existent test file (tests/test_pamvr.py) that broke the matrix run.