Ticket #2492 (assigned defect)

Opened 5 months ago

Last modified 5 months ago

error in the setup.py file

Reported by: anonymous Assigned to: cboos (accepted)
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']},

Attachments

Change History

01/30/08 07:06:18 changed by Blackhex

  • owner changed from Blackhex to cboos.

Why are tickets assigned do me even if I chanded owner argument in new ticket link at DoxygenPlugin?

01/30/08 08:20:21 changed by cboos

  • keywords changed from sedtup to setup.
  • status changed from new to assigned.

...because people are not using that link? Alec or Noah should change the owner value for the component.

And yes, forgot to update setup.py appropriately with the latest changeset, sorry for that.

Also, is zip_safe=True correct?


Add/Change #2492 (error in the setup.py file)




Change Properties
Action