projects
/
zzz-spline-forum.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Posts no longer look like balls, yay!
[zzz-spline-forum.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
5e736f3
..
1a4f1f7
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-13,7
+13,7
@@
setup(
zip_safe = False,
zip_safe = False,
- entry_points = {'spline.plugins': 'forum = spline
.plugins
.forum:ForumPlugin'},
+ entry_points = {'spline.plugins': 'forum = spline
xt
.forum:ForumPlugin'},
- namespace_packages = ['spline
', 'spline.plugins
'],
+ namespace_packages = ['spline
xt
'],
)
)