more work on deb

This commit is contained in:
Christophe Benz 2010-07-22 00:10:20 +02:00
commit e3a0561a94
12 changed files with 80 additions and 37 deletions

View file

@ -35,10 +35,13 @@ setup(
'weboob',
'weboob.backends',
'weboob.backends.aum',
'weboob.backends.aum.data',
'weboob.backends.aum.optim',
'weboob.backends.aum.pages',
],
include_package_data=True,
package_data={
'weboob.backends.aum': ['data/*'],
},
install_requires=[
'weboob-core', # python-weboob-core
'html5lib', # python-html5lib