From 5b7f7224ed2b958d1fdc13d3f04330188d237cb6 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 10 Mar 2017 12:46:45 +0100 Subject: [PATCH] Don't try to install Flash handling code The actual code was removed in 10e13d7. --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 434ae5e..c11f983 100644 --- a/setup.py +++ b/setup.py @@ -20,11 +20,7 @@ setup(name=name, ], data_files=[('share/websockify/include', ['include/util.js', - 'include/websock.js']), - ('share/websockify/include/web-socket-js', - ['include/web-socket-js/WebSocketMain.swf', - 'include/web-socket-js/swfobject.js', - 'include/web-socket-js/web_socket.js'])], + 'include/websock.js'])], keywords='noVNC websockify', license='LGPLv3', url="https://github.com/kanaka/websockify",