Explicitly include HTTP server files
This commit is contained in:
parent
0ba75c6531
commit
e1f50d67d1
1 changed files with 5 additions and 3 deletions
8
setup.py
8
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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue