Modify

Opened 15 years ago

Closed 15 years ago

#3804 closed defect (fixed)

0.11 setup.py misses out calendar.png

Reported by: hp@… 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)

Change History (1)

comment:1 Changed 15 years ago by Robert Corsaro

Resolution: fixed
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.