Skip to content

Commit

Permalink
Add templates to package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungpat committed Sep 22, 2016
1 parent fe587d1 commit c730e8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,10 @@ def run_tests(self):
tests_require=[
'pytest',
],
package_data={
'forgot_password': [
'templates/*.html',
'templates/*.txt',
],
},
)

0 comments on commit c730e8c

Please sign in to comment.