Opened 16 years ago

Last modified 14 years ago

#2492 closed defect

error in the setup.py file — at Initial Version

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

Description

The setup.py fiel containts the line

package_data={'doxygentrac': ['templates/*.cs', 'htdocs/css/*.css']},

but the file doxygen.cs has been renamed in doxygen.html. So when installing the plugin, it doesn't work.

To work finely, I change the line as below : package_data={'doxygentrac': ['templates/*.*', 'htdocs/css/*.css']},

Change History (0)

Note: See TracTickets for help on using tickets.