forked from mas6y6/CipherOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
21 lines (13 loc) · 703 Bytes
/
plugin.yml
File metadata and controls
21 lines (13 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Don't change this
configversion: 3
# Version of your plugin
version: 1
team: ExampleTeam # If you have like a whole team of people that are working on this plugin you can specify it here
authors: # If you have a team of people that are working on this project
- Example
name: example_plugin # The name must match the folder of the plugin
displayname: "Example Plugin" # This is just the displayname of your plugin
description: I am a example plugin! # Description of your plugin
class: ExamplePlugin #This must match the class in the __init__.py class
dependencies: #Put your dependencies here cipheros will install them so your plugin can use them (This are installed from pypi)
# - requests