Skip to content

Commit 98befa3

Browse files
committed
Fixed #48 by including text template files
Explicity include text template files - used by email notifications - in package.
1 parent f688aa5 commit 98befa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
package_data={
1515
'code_comments': [
1616
'templates/*.html',
17+
'templates/*.txt',
1718
'templates/js/*.html',
1819
'htdocs/*.*',
1920
'htdocs/jquery-ui/*.*',

0 commit comments

Comments
 (0)