Show recent forum threads on the front page. Sucks, but.
[zzz-spline-forum.git] / setup.py
index 5e736f3..1a4f1f7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
 
     zip_safe = False,
 
-    entry_points = {'spline.plugins': 'forum = spline.plugins.forum:ForumPlugin'},
+    entry_points = {'spline.plugins': 'forum = splinext.forum:ForumPlugin'},
 
-    namespace_packages = ['spline', 'spline.plugins'],
+    namespace_packages = ['splinext'],
 )