mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Fixes #22. Include html templates.
This commit is contained in:
parent
25f88793e2
commit
9c0c65e1b4
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
include README.rst
|
||||
include CHANGES.rst
|
||||
include LICENSE
|
||||
|
||||
recursive-include embed_video/templates *.html
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue