Modify ↓
Opened 17 years ago
Closed 17 years ago
#1819 closed defect (fixed)
0.11 compatibility patch
Reported by: | bewst | Owned by: | Russ Tyndall |
---|---|---|---|
Priority: | normal | Component: | TimingAndEstimationPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Currently the egg package doesn't install the genshi templates. This patch fixes it:
-
setup.py
18 18 See http://trac-hacks.org/wiki/TimingAndEstimationPlugin for details. 19 19 """, 20 20 packages=[PACKAGE], 21 package_data={PACKAGE : ['templates/*.cs', ' htdocs/*', 'migrate/*.py']},21 package_data={PACKAGE : ['templates/*.cs', 'templates/*.html', 'htdocs/*', 'migrate/*.py']}, 22 22 entry_points={'trac.plugins': '%s = %s' % (PACKAGE, PACKAGE)}) 23 23 24 24
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Thanks very much for the patch, that version of the plugin seems to be older than the most recent release. I would strongly suggest updating to the most recent version, as some of the trac.11 releases around that period were flawed (as you saw one instance of).
Hope this Helps, Russ