more work on deb
This commit is contained in:
parent
5591f001d8
commit
e3a0561a94
12 changed files with 80 additions and 37 deletions
|
|
@ -49,16 +49,16 @@ setup(
|
|||
'weboob',
|
||||
'weboob.tools.application.formatters.webkit',
|
||||
],
|
||||
data_files=[
|
||||
('weboob/tools', ['weboob/tools/__init__.py']),
|
||||
('weboob/tools/application', ['weboob/tools/application/__init__.py']),
|
||||
('weboob/tools/application/formatters', ['weboob/tools/application/formatters/__init__.py']),
|
||||
],
|
||||
# data_files=[
|
||||
# ('weboob/tools', ['weboob/tools/__init__.py']),
|
||||
# ('weboob/tools/application', ['weboob/tools/application/__init__.py']),
|
||||
# ('weboob/tools/application/formatters', ['weboob/tools/application/formatters/__init__.py']),
|
||||
# ],
|
||||
install_requires=[
|
||||
'weboob-core', # python-weboob-core
|
||||
# not Pypi packages:
|
||||
# Depends
|
||||
# gtk
|
||||
# webkit
|
||||
# python-gtk
|
||||
# python-webkit
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue