Fix things in standalone mode

This commit is contained in:
Tulir Asokan 2021-11-19 15:23:10 +02:00
parent 7c9668d8bc
commit 61711e8329
6 changed files with 140 additions and 29 deletions

View file

@ -70,5 +70,6 @@ setuptools.setup(
"management/frontend/build/static/media/*",
],
"maubot.cli": ["res/*"],
"maubot.standalone": ["example-config.yaml"],
},
)