Skip to content

Use absolute URL for logo in README to fix PyPI rendering#1348

Merged
MariusWirtz merged 2 commits intomasterfrom
copilot/fix-logo-rendering-pypi
Feb 10, 2026
Merged

Use absolute URL for logo in README to fix PyPI rendering#1348
MariusWirtz merged 2 commits intomasterfrom
copilot/fix-logo-rendering-pypi

Conversation

Copy link
Contributor

Copilot AI commented Feb 10, 2026

PyPI does not resolve relative image paths in README files, causing the TM1py logo to appear broken on the package page.

Changes

  • Updated README.md logo reference from relative path to absolute GitHub raw URL
    • Before: Images/Logo.svg
    • After: https://raw.githubusercontent.com/cubewise-code/tm1py/master/Images/Logo.svg

This ensures the logo renders correctly on PyPI while maintaining GitHub compatibility.

Original prompt

This section details on the original issue you should resolve

<issue_title>TM1py logo does not render on PyPI</issue_title>
<issue_description>The TM1py project page on PyPI (https://pypi.org/project/TM1py/) currently displays a broken image where the project logo should be located. This happens because the README uses a relative image path, which PyPI does not support.

To fix this, TM1py should reference the logo using an absolute URL (e.g., the raw GitHub file link) so the image can be correctly displayed on PyPI.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: MariusWirtz <15182131+MariusWirtz@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix TM1py logo rendering on PyPI Use absolute URL for logo in README to fix PyPI rendering Feb 10, 2026
Copilot AI requested a review from MariusWirtz February 10, 2026 18:03
@MariusWirtz MariusWirtz added the release:patch Triggers patch version bump (e.g.: 1.4.9 → 1.4.10) label Feb 10, 2026
@MariusWirtz MariusWirtz marked this pull request as ready for review February 10, 2026 18:30
@MariusWirtz MariusWirtz merged commit 50ecd8c into master Feb 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release:patch Triggers patch version bump (e.g.: 1.4.9 → 1.4.10)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TM1py logo does not render on PyPI

2 participants

Comments