mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-08 17:34:56 -04:00
Move ShareMode and ReceiveMode into Mode module
This commit is contained in:
parent
62718d1c8b
commit
b0b5b6c79e
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