id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
6734,*.js files are not included,anonymous,k0s,I try ticketsubmitpolicyplugin but it didn't work.\r\n\r\nI aware *.js files are not included in package.\r\nAfter following modification_ it works fine.\r\n{{{\r\n===================================================================\r\n--- setup.py    (revision 7733)\r\n+++ setup.py    (working copy)\r\n@@ -19_7 +19_7 @@\r\n       keywords='trac plugin'_\r\n       license="GPL"_\r\n       packages=['ticketsubmitpolicy']_\r\n-      package_data={'ticketsubmitpolicy' : ['templates/*.html']}_\r\n+      package_data={'ticketsubmitpolicy' : ['templates/*.html'_'htdocs/js/*.js'\r\n]}_\r\n       zip_safe=False_\r\n       install_requires=['simplejson']_\r\n       entry_points = """\r\n}}}\r\n\r\nregards_\r\n\r\nTakashi Okamoto,defect,closed,high,TicketSubmitPolicyPlugin,critical,fixed,,,0.11
