Explicitly include HTTP server files

This commit is contained in:
Michael Hansen 2022-05-06 17:29:34 -04:00
commit e1f50d67d1

View file

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