Modify ↓
Opened 17 years ago
Closed 16 years ago
#2843 closed defect (fixed)
VotePlugin doesn't include arrow images in package data
Reported by: | Tim Hatch | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | VotePlugin |
Severity: | normal | Keywords: | |
Cc: | stephane@… | Trac Release: | 0.11 |
Description
When easy_installing, the votey images do not work. A checkout with setup.py develop works fine. This patch looks like it fixes it on my end.
-
setup.py
4 4 name='TracVote', 5 5 version='0.1', 6 6 packages=['tracvote'], 7 package_data={'tracvote' : ['htdocs/js/*.js', 'htdocs/css/*.css']}, 7 package_data={'tracvote' : ['htdocs/js/*.js', 'htdocs/css/*.css', 8 'htdocs/*.png']}, 8 9 author='Alec Thomas', 9 10 license='BSD', 10 11 url='http://trac-hacks.org/wiki/VotePlugin',
Attachments (0)
Change History (5)
comment:1 Changed 17 years ago by
Cc: | stephane@… added; anonymous removed |
---|
comment:2 Changed 17 years ago by
comment:3 Changed 16 years ago by
It did also not work when building the egg file with setup.py. The pictures do not find the way into thte "egg-cache" for the project.
comment:5 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Any chance of this getting fixed soon?