install videoob_web data files
This commit is contained in:
parent
dfadad33e5
commit
236a37481f
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -38,6 +38,7 @@ setup(
|
|||
url='http://www.weboob.org',
|
||||
packages=find_packages(exclude=['ez_setup']),
|
||||
scripts=[os.path.join('scripts', script) for script in os.listdir('scripts')],
|
||||
package_data={'weboob.frontends.videoob_web': ['templates/*.mako']},
|
||||
install_requires=[
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue