s/frontends/applications, third
This commit is contained in:
parent
72c4d25d55
commit
7d3a889c19
16 changed files with 47 additions and 50 deletions
|
|
@ -22,7 +22,7 @@ from weboob.tools.application.qt import QtMainWindow
|
|||
from weboob.tools.application.qt.backendcfg import BackendCfg
|
||||
from weboob.capabilities.dating import ICapDating
|
||||
|
||||
from weboob.frontends.qboobmsg.messages_manager import MessagesManager
|
||||
from weboob.applications.qboobmsg.messages_manager import MessagesManager
|
||||
|
||||
from .ui.main_window_ui import Ui_MainWindow
|
||||
from .status import AccountsStatus
|
||||
|
|
|
|||
|
|
@ -33,18 +33,17 @@ setup(
|
|||
author_email='weboob@lists.symlink.me',
|
||||
license='GPLv3',
|
||||
url='http://weboob.org/QHaveSex',
|
||||
namespace_packages = ['weboob', 'weboob.frontends'],
|
||||
namespace_packages = ['weboob', 'weboob.applications'],
|
||||
packages=[
|
||||
'weboob',
|
||||
'weboob.frontends',
|
||||
'weboob.frontends.qhavesex',
|
||||
'weboob.frontends.qhavesex.ui',
|
||||
'weboob.applications',
|
||||
'weboob.applications.qhavesex',
|
||||
'weboob.applications.qhavesex.ui',
|
||||
],
|
||||
scripts=[
|
||||
'scripts/qhavesex',
|
||||
],
|
||||
install_requires=[
|
||||
'weboob-core-qt',
|
||||
'weboob-dating-backends',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue