Modify ↓
Opened 16 years ago
Closed 12 years ago
#3600 closed defect (fixed)
Missing *.jpg in setup.py
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | CrystalxTheme |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
patch to setup.py
10c10 < package_data = { 'crystalxtheme': ['templates/*.html', 'htdocs/*.png', 'htdocs/*.css', 'htdocs/img/*.gif' ] }, --- > package_data = { 'crystalxtheme': ['templates/*.html', 'htdocs/*.png', 'htdocs/*.css', 'htdocs/img/*.gif', 'htdocs/img/*.jpg' ] },
Attachments (0)
Change History (5)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Please fix this bug in the SVN.
It will also close the other open Bug for the Theme.
comment:3 Changed 12 years ago by
Summary: | missing *.jpg in sytup.py → Missing *.jpg in setup.py |
---|
comment:4 Changed 12 years ago by
Owner: | changed from Noah Kantrowitz to Ryan J Ollos |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
if you are missing footer.jpg from your .egg-cache, this is your issue