mirror of
https://github.com/maubot/rss.git
synced 2025-02-25 09:11:13 -05:00
Switch to yaml for plugin metadata (ref maubot/maubot#33)
This commit is contained in:
parent
b28f20da92
commit
5002b68cfa
2
build.sh
2
build.sh
@ -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
|
||||||
|
@ -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
11
maubot.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user