Skip to content

Commit

Permalink
[addendum][xs]: correct typo in setup.py (plugins rather than plugin!).
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock committed Mar 20, 2012
1 parent b8ce143 commit f3d3b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,6 +25,6 @@
entry_points=\
"""
[ckan.plugins]
disqus = ckanext.disqus.plugins:Disqus
disqus = ckanext.disqus.plugin:Disqus
""",
)

0 comments on commit f3d3b04

Please sign in to comment.