Modify ↓
Opened 16 years ago
Closed 15 years ago
#3804 closed defect (fixed)
0.11 setup.py misses out calendar.png
Reported by: | Owned by: | Noah Kantrowitz | |
---|---|---|---|
Priority: | high | Component: | DateFieldPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
chrome/datefield/calendar.png not found because
package_data = { 'datefield': ['templates/*.html', 'htdocs/*.css', 'htdocs/*.js' , 'htdocs/images/*.*' ] },
should be something like
package_data = { 'datefield': ['templates/*.html', 'htdocs/*.css', 'htdocs/*.js' , 'htdocs/*.png' ] },
Attachments (0)
Note: See
TracTickets for help on using
tickets.
-r6119