Fixed templates in installation

This commit is contained in:
J. Fernando Sánchez 2015-08-26 15:09:38 +02:00
parent 497ae8973e
commit dfa3de1868
2 changed files with 2 additions and 0 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
recursive-include Adafruit_Video_Looper/templates *

View File

@ -16,4 +16,5 @@ setup(name = 'Adafruit_Video_Looper',
'Flask-SQLAlchemy',
'Flask-Security',
],
include_package_data=True,
packages = find_packages())