diff --git a/envisage/plugins/event_manager/plugin.py b/envisage/plugins/event_manager/plugin.py index c931095b..85ba192a 100644 --- a/envisage/plugins/event_manager/plugin.py +++ b/envisage/plugins/event_manager/plugin.py @@ -24,8 +24,12 @@ class EventManagerPlugin(Plugin): """Plugin to add event manager to the application.""" + #: The plugin's unique identifier. id = "envisage.event_manager" + #: The plugin's name (suitable for displaying to the user). + name = "Event Manager" + SERVICE_OFFERS = "envisage.service_offers" service_offers = List(contributes_to=SERVICE_OFFERS)