Skip to content

Fix missing explorer and converter images in packaged distributions#676

Merged
cristian-tamblay merged 1 commit into
developfrom
fix/manifest-images
Jun 5, 2026
Merged

Fix missing explorer and converter images in packaged distributions#676
cristian-tamblay merged 1 commit into
developfrom
fix/manifest-images

Conversation

@Irozuku
Copy link
Copy Markdown
Collaborator

@Irozuku Irozuku commented Jun 4, 2026

Summary

This pull request fixes an issue where explorer and converter images were not displayed when installing dashAI from PyPI. The required static image assets were not being included in the packaged distribution, causing missing images in the pip installed application.

The package configuration has been updated to ensure all image files under DashAI/back/static/images/ are included during package builds and distributed with releases.


Type of Change

Check all that apply like this [x]:

  • Backend change
  • Frontend change
  • CI / Workflow change
  • Build / Packaging change
  • Bug fix
  • Documentation

Changes (by file)

  • MANIFEST.in: Added a recursive-include DashAI/back/static/images * rule to ensure all image assets are packaged and included in source distributions.

Testing (optional)

  • Build and install the package from the generated distribution.
  • Verify that explorer and converter images are correctly displayed in the pip installed version of the application.

Include the `DashAI/back/static/images/` directory in the MANIFEST.in to ensure image assets are included in the source distribution.
@Irozuku Irozuku added the bug Something isn't working label Jun 4, 2026
@cristian-tamblay cristian-tamblay merged commit 1265713 into develop Jun 5, 2026
33 of 36 checks passed
@cristian-tamblay cristian-tamblay deleted the fix/manifest-images branch June 5, 2026 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants