fix path plugin
This commit is contained in:
parent
c22c52470e
commit
a86b9ef627
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ setup(
|
||||||
install_requires=[],
|
install_requires=[],
|
||||||
entry_points='''
|
entry_points='''
|
||||||
[ckan.plugins]
|
[ckan.plugins]
|
||||||
d4science = ckanext.d4science:D4SciencePlugin
|
d4science = ckanext.d4science.plugin:D4SciencePlugin
|
||||||
''',
|
''',
|
||||||
# If you are changing from the default layout of your extension, you may
|
# 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
|
# have to change the message extractors, you can read more about babel
|
||||||
|
|
Loading…
Reference in New Issue