From e1f50d67d1d93d5de51a4cd76dd8624137c3b291 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Fri, 6 May 2022 17:29:34 -0400 Subject: [PATCH] Explicitly include HTTP server files --- setup.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 8fca5c2..0aaea36 100644 --- a/setup.py +++ b/setup.py @@ -86,9 +86,11 @@ setup( "mimic3_http": [ "VERSION", "py.typed", - "templates", - "css", - "img", + "templates/index.html", + "css/bootstrap.min.css", + "img/favicon.png", + "img/Mimic_color.png", + "img/Mycroft_logo_two_typeonly.png", "swagger.yaml", ], "opentts_abc": ["VERSION", "py.typed"],