Modify

Opened 16 years ago

Closed 13 years ago

#2492 closed defect (fixed)

error in the setup.py file

Reported by: anonymous Owned by: Christian Boos
Priority: normal Component: DoxygenPlugin
Severity: major Keywords: setup
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

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 (0)

Change History (3)

comment:1 Changed 16 years ago by Radek Bartoň

Owner: changed from Radek Bartoň to Christian Boos

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

comment:2 Changed 16 years ago by Christian Boos

Keywords: setup added; sedtup removed
Status: newassigned

...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?

comment:3 Changed 13 years ago by Ryan J Ollos

Description: modified (diff)
Resolution: fixed
Status: assignedclosed

I'm going to go ahead and close this since the issue has been resolved: doxygenplugin/0.11/setup.py. Hope that is okay.

Modify Ticket

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