Add stuff
This commit is contained in:
parent
4b3d47176d
commit
8e2f2908a6
16 changed files with 258 additions and 1 deletions
6
setup.py
6
setup.py
|
@ -30,6 +30,10 @@ setuptools.setup(
|
|||
"attrs>=18.1.0,<19",
|
||||
"bcrypt>=3.1.4,<4",
|
||||
"packaging>=10",
|
||||
|
||||
"click>=7,<8",
|
||||
"colorama>=0.4,<0.5",
|
||||
"jinja2>=2,<3",
|
||||
],
|
||||
|
||||
classifiers=[
|
||||
|
@ -45,7 +49,7 @@ setuptools.setup(
|
|||
entry_points="""
|
||||
[console_scripts]
|
||||
maubot=maubot.__main__:main
|
||||
mbp=maubot.cli.__main__:main
|
||||
mbc=maubot.cli:app
|
||||
""",
|
||||
data_files=[
|
||||
(".", ["example-config.yaml"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue