Skip to content

fix: broken logo on PyPI (absolute raw URL) + bump to 1.5.2 - #129

Merged
vedaant00 merged 1 commit into
mainfrom
fix/readme-logo-absolute-url
Aug 10, 2026
Merged

fix: broken logo on PyPI (absolute raw URL) + bump to 1.5.2#129
vedaant00 merged 1 commit into
mainfrom
fix/readme-logo-absolute-url

Conversation

@vedaant00

Copy link
Copy Markdown
Collaborator

The header logo shows as a broken image on the PyPI package page.

Cause: the README used a repo-relative image src (public/logo.png). GitHub resolves relative paths against the repo, but PyPI renders the README standalone with no access to repo files, so the image 404s there.

Fix: point the logo at the absolute raw-GitHub URL (https://raw.githubusercontent.com/mldsveda/PyScrappy/main/public/logo.png, verified 200), the same way the Glama badge just below it already uses an absolute URL. Renders on both GitHub and PyPI.

Bump to 1.5.2: PyPI freezes the README at publish time, so the fix only reaches the package page on a new release. Version bumped across pyproject.toml, __init__.py, and server.json, with a changelog entry.

Bump across pyproject, __init__, and server.json, with a changelog entry.
The README logo fix (absolute raw-GitHub URL) only reaches the PyPI page
on a new release, since PyPI freezes the README at publish time.
@vedaant00
vedaant00 merged commit 667b8a1 into main Aug 10, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant