[babel.extractors]
ckan = ckan.lib.extract:extract_ckan

[ckan.click_command]
toolbelt = ckanext.toolbelt.cli.ckan:toolbelt

[ckan.plugins]
toolbelt = ckanext.toolbelt.plugins:ToolbeltPlugin
toolbelt_composite_groups = ckanext.toolbelt.plugins.group_composite:CompositeGroupsPlugin
toolbelt_composite_organizations = ckanext.toolbelt.plugins.group_composite:CompositeOrganizationsPlugin
toolbelt_group_changes = ckanext.toolbelt.plugins.group_changes:GroupChangesPlugin
toolbelt_safe_upload = ckanext.toolbelt.plugins.safe_upload:SafeUploadPlugin

[console_scripts]
ctb = ckanext.toolbelt.cli:toolbelt
