making onionshare-gui fit the new directory structure, and stop using subprocess

This commit is contained in:
Micah Lee 2014-05-27 19:42:47 -04:00
parent 5524bb4163
commit b2324b6715
2 changed files with 5 additions and 29 deletions

View file

@ -28,5 +28,5 @@ setup(
license="GPL v3",
keywords='onion, share, onionshare, tor, anonymous, web server',
packages=['onionshare'],
scripts=['bin/onionshare']
scripts=['bin/onionshare', 'bin/onionshare-gui']
)