Add *.js to templates for optional js support

This commit is contained in:
Drew DeVault 2019-08-12 10:34:30 +09:00
parent e7aab9cbad
commit f4f961c00f
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ setup(
package_data={
'todosrht': [
'templates/*.html',
'templates/*.js',
'static/*',
'static/icons/*',
'emails/*'