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,11 +35,14 @@ setup(
'weboob',
'weboob.backends',
'weboob.backends.bnporc',
'weboob.backends.bnporc.data',
'weboob.backends.bnporc.pages',
'weboob.backends.cragr',
'weboob.backends.cragr.pages',
],
include_package_data=True,
package_data={
'weboob.backends.bnporc': ['data/*'],
},
install_requires=[
'weboob-core', # python-weboob-core
'ClientForm', # python-clientform