Skip to content

Commit

Permalink
[#3196] Add missing plugin definition in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Aug 18, 2016
1 parent f7196ef commit d1a8f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -141,6 +141,7 @@
'example_itranslation = ckanext.example_itranslation.plugin:ExampleITranslationPlugin',
'example_iconfigurer_v1 = ckanext.example_iconfigurer.plugin_v1:ExampleIConfigurerPlugin',
'example_iconfigurer_v2 = ckanext.example_iconfigurer.plugin_v2:ExampleIConfigurerPlugin',
'example_flask_iblueprint = ckanext.example_flask_iblueprint.plugin:ExampleFlaskIBlueprintPlugin',
'example_iuploader = ckanext.example_iuploader.plugin:ExampleIUploader',
],
'ckan.system_plugins': [
Expand Down

0 comments on commit d1a8f24

Please sign in to comment.