[KSS-checkins] r49301 - kukit/kss.zope/trunk

reebalazs at codespeak.net reebalazs at codespeak.net
Sun Dec 2 21:24:22 CET 2007


Author: reebalazs
Date: Sun Dec  2 21:24:22 2007
New Revision: 49301

Modified:
   kukit/kss.zope/trunk/setup.py
Log:
Huh, forgot the entry points for the demos.

Modified: kukit/kss.zope/trunk/setup.py
==============================================================================
--- kukit/kss.zope/trunk/setup.py	(original)
+++ kukit/kss.zope/trunk/setup.py	Sun Dec  2 21:24:22 2007
@@ -30,8 +30,9 @@
         'setuptools',
         ],
     entry_points={
-#        'kss.plugin': [
-#            'core=kss.base.config:KSSCore'
-#            ],
+        'kss.plugin': [
+            'core-demos-1=kss.zope.plugins.core.demo.config:CoreDemos',
+            'core-demos-binderids=kss.zope.plugins.core.demo.binderids.config:CoreDemos',
+            ],
         },
 )


More information about the Kukit-checkins mailing list