re-added dependencies, to get onionshare working in Tails again (fixes #16)

This commit is contained in:
Micah Lee 2014-05-27 21:08:56 +00:00
parent b05d13af46
commit 851777fe42
265 changed files with 71657 additions and 19 deletions

View file

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