From 1525c33ba5fceeb5558b98c9f6e197d28aaa8770 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 23 Sep 2014 18:39:29 -0400 Subject: stub out websockets code for the web viewer --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3f59bfc..09b8b0b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,11 @@ setup( install_requires=[ "vt100", "paramiko", + "tornado", ], + package_data={ + '': ["*.html"], + }, classifiers=[ "Development Status :: 3 - Alpha", "Environment :: Console", -- cgit v1.2.3-54-g00ecf