mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 15:35:13 -04:00
Move ShareMode and ReceiveMode into Mode module
This commit is contained in:
parent
7c61483ae9
commit
801d8b965c
10 changed files with 10 additions and 9 deletions
5
setup.py
5
setup.py
|
@ -69,8 +69,9 @@ setup(
|
|||
'onionshare',
|
||||
'onionshare.web',
|
||||
'onionshare_gui',
|
||||
'onionshare_gui.share_mode',
|
||||
'onionshare_gui.receive_mode'
|
||||
'onionshare_gui.mode',
|
||||
'onionshare_gui.mode.share_mode',
|
||||
'onionshare_gui.mode.receive_mode'
|
||||
],
|
||||
include_package_data=True,
|
||||
scripts=['install/scripts/onionshare', 'install/scripts/onionshare-gui'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue