diff --git a/setup.py b/setup.py index e65000d..3c7262d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( install_requires=[], entry_points=''' [ckan.plugins] - d4science = ckanext.d4science:D4SciencePlugin + d4science = ckanext.d4science.plugin:D4SciencePlugin ''', # If you are changing from the default layout of your extension, you may # have to change the message extractors, you can read more about babel