From ae5a20d059209f2027c05820dc3b4cfe7346c8a8 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 16 Sep 2016 13:54:10 -0700 Subject: [pkg] fix www (aka bitmask_js) when run in "development mode" this change allows you to edit the js and have the changes reflected immediately in the app. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 62609d46..c480c3ef 100644 --- a/setup.py +++ b/setup.py @@ -27,11 +27,11 @@ extras = { ], 'gui': [ 'vext.pyqt5', - 'leap.bitmask_www', + 'bitmask_js', ], 'all': [ 'vext.pyqt5', - 'leap.bitmask_www', + 'bitmask_js', 'leap.soledad.client', 'gnupg', ] -- cgit v1.2.3