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

This commit is contained in:
Tulir Asokan 2018-12-09 15:48:45 +02:00
parent b28f20da92
commit 5002b68cfa
3 changed files with 12 additions and 8 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
zip -9r rss.mbp rss/ base-config.yaml maubot.ini zip -9r rss.mbp rss/ base-config.yaml maubot.yaml

View File

@ -1,7 +0,0 @@
[maubot]
ID = xyz.maubot.rss
Version = 0.1.0
License = AGPL-3.0-or-later
Modules = rss
MainClass = RSSBot
ExtraFiles = base-config.yaml

11
maubot.yaml Normal file
View File

@ -0,0 +1,11 @@
id: xyz.maubot.rss
version: 0.1.0
license: AGPL-3.0-or-later
modules:
- rss
main_class: RSSBot
extra_files:
- base-config.yaml
soft_dependencies:
- python-magic>=0.4
- pillow>=5