Include onionshare.web module in setup.py

This commit is contained in:
Micah Lee 2018-09-21 16:24:22 -07:00
parent 017a4ebe31
commit bacd2a1be6
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -67,6 +67,7 @@ setup(
url=url, license=license, keywords=keywords,
packages=[
'onionshare',
'onionshare.web',
'onionshare_gui',
'onionshare_gui.share_mode',
'onionshare_gui.receive_mode'