Modify ↓
Opened 18 years ago
Closed 17 years ago
#1473 closed defect (wontfix)
setup.py does not pack png/gif files into the egg
Reported by: | Owned by: | Noah Kantrowitz | |
---|---|---|---|
Priority: | normal | Component: | MasterTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | Jeffrey Hulten | Trac Release: | 0.10 |
Description
When using setup.py bdist_egg
to create a plugin egg, the egg does not contain the image files. The attached patch fixes this.
Attachments (1)
Change History (3)
Changed 18 years ago by
Attachment: | fix-distrib.patch added |
---|
comment:1 Changed 18 years ago by
Cc: | Jeffrey Hulten added; anonymous removed |
---|
comment:2 Changed 17 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Given that the images aren't actually being used anymore, this is now a non-issue.