fix path plugin

This commit is contained in:
Alessio Fabrizio 2024-10-08 14:22:24 +02:00
parent c22c52470e
commit a86b9ef627
1 changed files with 1 additions and 1 deletions

View File

@ -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