add logo for backend INA

This commit is contained in:
Christophe Benz 2010-07-30 16:13:33 +02:00
commit ee4e2cf802
3 changed files with 6 additions and 0 deletions

View file

@ -37,6 +37,10 @@ setup(
'weboob.backends.youtube',
'weboob.backends.youtube.pages',
],
include_package_data=True,
package_data={
'weboob.backends.ina': ['data/*'],
},
install_requires=[
'weboob-core',
# gdata, no egg?

View file

@ -17,6 +17,7 @@
from logging import debug
import os
from weboob.capabilities.video import ICapVideo
from weboob.tools.backend import BaseBackend
@ -34,6 +35,7 @@ class InaBackend(BaseBackend, ICapVideo):
VERSION = '0.1'
DESCRIPTION = 'INA french video archives'
LICENSE = 'GPLv3'
ICON = os.path.join(os.path.dirname(__file__), 'data/logo.gif')
BROWSER = InaBrowser

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB