Fixes #22. Include html templates.

This commit is contained in:
Juda Kaleta 2014-03-25 21:57:38 +01:00
parent 25f88793e2
commit 9c0c65e1b4
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
include README.rst
include CHANGES.rst
include LICENSE
recursive-include embed_video/templates *.html

View file

@ -11,9 +11,11 @@ def read(fname):
README = read('README.rst')
CHANGES = read('CHANGES.rst')
setup(
name='django-embed-video',
packages=find_packages(),
package_data={'embed_video': ['templates/embed_video/*.html']},
version=embed_video.get_version(),
author='Juda Kaleta',
author_email='juda.kaleta@gmail.com',