more work on .deb
This commit is contained in:
parent
a3eb06b7f7
commit
b41d8540ef
9 changed files with 9 additions and 22 deletions
|
|
@ -46,10 +46,6 @@ setup(
|
|||
'weboob.applications.qweboobcfg',
|
||||
'weboob.tools.application.qt',
|
||||
],
|
||||
# data_files=[
|
||||
# ('weboob/tools', ['weboob/tools/__init__.py']),
|
||||
# ('weboob/tools/application', ['weboob/tools/application/__init__.py']),
|
||||
# ],
|
||||
scripts=[
|
||||
'scripts/weboob-config-qt',
|
||||
],
|
||||
|
|
|
|||
|
|
@ -49,16 +49,11 @@ 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']),
|
||||
],
|
||||
install_requires=[
|
||||
'weboob-core', # python-weboob-core
|
||||
# not Pypi packages:
|
||||
# Depends
|
||||
# python-gtk
|
||||
# python-gtk2
|
||||
# python-webkit
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue