mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 15:05:11 -04:00
Also package the new python modules
This commit is contained in:
parent
696665815e
commit
12a5b68d16
1 changed files with 6 additions and 1 deletions
7
setup.py
7
setup.py
|
@ -65,7 +65,12 @@ setup(
|
|||
description=description, long_description=long_description,
|
||||
author=author, author_email=author_email,
|
||||
url=url, license=license, keywords=keywords,
|
||||
packages=['onionshare', 'onionshare_gui'],
|
||||
packages=[
|
||||
'onionshare',
|
||||
'onionshare_gui',
|
||||
'onionshare_gui.share_mode',
|
||||
'onionshare_gui.receive_mode'
|
||||
],
|
||||
include_package_data=True,
|
||||
scripts=['install/scripts/onionshare', 'install/scripts/onionshare-gui'],
|
||||
data_files=data_files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue