Modify

Opened 16 years ago

Closed 16 years ago

#2603 closed defect (fixed)

wrong setup.py configuration

Reported by: maja Owned by: Radek Bartoň
Priority: normal Component: DoxygenPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

I checkout revision 3249 for doxygen plugin sources from http://trac-hacks.org/svn/doxygenplugin/0.11/.
It builds up an .egg file missing the directory "templates" and thus it was not working properly. I solved the problem changing line 49 of setup.py from package_data={'doxygentrac': ['templates/*.cs', 'htdocs/css/*.css']} to package_data={'doxygentrac': ['templates/*.html', 'htdocs/css/*.css']}

Attachments (0)

Change History (1)

comment:1 Changed 16 years ago by Radek Bartoň

Resolution: fixed
Status: newclosed

Fixed, thanks for reporting.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Radek Bartoň.
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.