Switch to yaml for plugin metadata (ref maubot/maubot#33)
This commit is contained in:
parent
75fc0c14ab
commit
097ccc904b
2
build.sh
2
build.sh
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
zip -9r echo.mbp echo.py maubot.ini
|
||||
zip -9r echo.mbp echo.py maubot.yaml
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[maubot]
|
||||
ID = xyz.maubot.echo
|
||||
Version = 1.0.0
|
||||
Modules = echo
|
||||
MainClass = EchoBot
|
6
maubot.yaml
Normal file
6
maubot.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
id: xyz.maubot.echo
|
||||
version: 1.0.0
|
||||
license: MIT
|
||||
modules:
|
||||
- echo
|
||||
main_class: EchoBot
|
Loading…
Reference in a new issue