mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-01 00:25:49 +00:00
Add pluginc category
This commit is contained in:
parent
2b22f6a155
commit
98f8374b66
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ class PluginApp(AppConfig):
|
||||||
)
|
)
|
||||||
visible = True
|
visible = True
|
||||||
version = "2.1.0"
|
version = "2.1.0"
|
||||||
|
category = "FEATURE"
|
||||||
|
|
||||||
def ready(self):
|
def ready(self):
|
||||||
from . import signals # NOQA
|
from . import signals # NOQA
|
||||||
|
|
Loading…
Reference in a new issue