more work on deb
This commit is contained in:
parent
5591f001d8
commit
e3a0561a94
12 changed files with 80 additions and 37 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue