mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -04:00
made onionshare_gui its own python package
This commit is contained in:
parent
b2324b6715
commit
74678603ab
4 changed files with 81 additions and 67 deletions
2
setup.py
2
setup.py
|
@ -27,6 +27,6 @@ setup(
|
|||
],
|
||||
license="GPL v3",
|
||||
keywords='onion, share, onionshare, tor, anonymous, web server',
|
||||
packages=['onionshare'],
|
||||
packages=['onionshare', 'onionshare_gui'],
|
||||
scripts=['bin/onionshare', 'bin/onionshare-gui']
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue