Add more stuff
This commit is contained in:
parent
8e2f2908a6
commit
7816212190
16 changed files with 677 additions and 63 deletions
2
setup.py
2
setup.py
|
@ -33,6 +33,7 @@ setuptools.setup(
|
|||
|
||||
"click>=7,<8",
|
||||
"colorama>=0.4,<0.5",
|
||||
"PyInquirer>=1,<2",
|
||||
"jinja2>=2,<3",
|
||||
],
|
||||
|
||||
|
@ -57,5 +58,6 @@ setuptools.setup(
|
|||
package_data={
|
||||
"maubot": ["management/frontend/build/*", "management/frontend/build/static/css/*",
|
||||
"management/frontend/build/static/js/*"],
|
||||
"maubot.cli": ["res/*"],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue