diff --git a/build.sh b/build.sh index ea4bb8b..25a8ea1 100755 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ #!/bin/bash -zip -9r echo.mbp echo.py maubot.ini +zip -9r echo.mbp echo.py maubot.yaml diff --git a/maubot.ini b/maubot.ini deleted file mode 100644 index 2dacfd8..0000000 --- a/maubot.ini +++ /dev/null @@ -1,5 +0,0 @@ -[maubot] -ID = xyz.maubot.echo -Version = 1.0.0 -Modules = echo -MainClass = EchoBot diff --git a/maubot.yaml b/maubot.yaml new file mode 100644 index 0000000..c4aa350 --- /dev/null +++ b/maubot.yaml @@ -0,0 +1,6 @@ +id: xyz.maubot.echo +version: 1.0.0 +license: MIT +modules: +- echo +main_class: EchoBot