[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_cascade_organization_updates = ckanext.toolbelt.plugins.cascade_organization_updates:CascadeOrganizationUpdatesPlugin
toolbelt_composite_groups = ckanext.toolbelt.plugins.group_composite:CompositeGroupsPlugin
toolbelt_composite_organizations = ckanext.toolbelt.plugins.group_composite:CompositeOrganizationsPlugin
toolbelt_fdt_sqlalchemy = ckanext.toolbelt.plugins.fdt_sqlalchemy:FdtSqlalchemyPlugin
toolbelt_group_changes = ckanext.toolbelt.plugins.group_changes:GroupChangesPlugin
toolbelt_safe_upload = ckanext.toolbelt.plugins.safe_upload:SafeUploadPlugin

[ckan.system_plugins]
toolbelt_fdt_scroll = ckanext.toolbelt.plugins.fdt_scroll.plugin:FdtScrollPlugin

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

[pytest11]
toolbelt = pytest_toolbelt.plugin
