Switch to yaml for plugin metadata (ref maubot/maubot#33)

This commit is contained in:
Tulir Asokan 2018-12-09 15:47:48 +02:00
parent 75fc0c14ab
commit 097ccc904b
3 changed files with 7 additions and 6 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
zip -9r echo.mbp echo.py maubot.ini zip -9r echo.mbp echo.py maubot.yaml

View file

@ -1,5 +0,0 @@
[maubot]
ID = xyz.maubot.echo
Version = 1.0.0
Modules = echo
MainClass = EchoBot

6
maubot.yaml Normal file
View file

@ -0,0 +1,6 @@
id: xyz.maubot.echo
version: 1.0.0
license: MIT
modules:
- echo
main_class: EchoBot