Modify ↓
Opened 17 years ago
Closed 14 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 )
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 17 years ago by
Owner: | changed from Radek Bartoň to Christian Boos |
---|
comment:2 Changed 17 years ago by
Keywords: | setup added; sedtup removed |
---|---|
Status: | new → 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?
comment:3 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
I'm going to go ahead and close this since the issue has been resolved: doxygenplugin/0.11/setup.py. Hope that is okay.
Note: See
TracTickets for help on using
tickets.
Why are tickets assigned do me even if I chanded owner argument in new ticket link at DoxygenPlugin?