commit 7b27f3a5a29fa6199beaf23a03638dc1fd70cb81
parent 58be71b59396f58759cd78a7841652b6a9f53184
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 17 Aug 2021 00:50:10 +0200
Minor fixes
Diffstat:
1 file changed, 0 insertions(+), 19 deletions(-)
diff --git a/maubot.yaml b/maubot.yaml
@@ -1,29 +1,10 @@
-# The unique ID for the plugin. Java package naming style. (i.e. use your own domain, not xyz.maubot)
id: dev.nordgedanken.preventer.audio
-
-# A PEP 440 compliant version string.
version: 0.1.0
-
-# The SPDX license identifier for the plugin. https://spdx.org/licenses/
-# Optional, assumes all rights reserved if omitted.
-
license: AGPL-3.0-or-later
-
-# The list of modules to load from the plugin archive.
-# Modules can be directories with an __init__.py file or simply python files.
-# Submodules that are imported by modules listed here don't need to be listed separately.
-# However, top-level modules must always be listed even if they're imported by other modules.
modules:
- maubot_audio_preventer
-
-# The main class of the plugin. Format: module/Class
-# If `module` is omitted, will default to last module specified in the module list.
-# Even if `module` is not omitted here, it must be included in the modules list.
-# The main class must extend maubot.Plugin
main_class: MaubotAudioPreventer
-# Extra files that the upcoming build tool should include in the mbp file.
-
extra_files:
- base-config.yaml