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"],