[KSS-checkins] r45129 - kukit/kss.commands/trunk
jvloothuis at codespeak.net
jvloothuis at codespeak.net
Mon Jul 16 20:09:14 CEST 2007
Author: jvloothuis
Date: Mon Jul 16 20:09:12 2007
New Revision: 45129
Modified:
kukit/kss.commands/trunk/setup.py
Log:
Added entry point for plugin
Modified: kukit/kss.commands/trunk/setup.py
==============================================================================
--- kukit/kss.commands/trunk/setup.py (original)
+++ kukit/kss.commands/trunk/setup.py Mon Jul 16 20:09:12 2007
@@ -26,9 +26,11 @@
'setuptools',
'kss.pluginregistry>=dev',
],
- entry_points="""
- # -*- Entry points: -*-
- """,
+ entry_points={
+ 'kss.commandset': [
+ 'core=kss.commands.corecommands:KSSCoreCommands'
+ ],
+ },
test_suite='kss.commands.tests.test_suite',
dependency_links=[
'https://codespeak.net/svn/kukit/kss.pluginregistry/trunk#egg=kss.pluginregistry-dev',
More information about the Kukit-checkins
mailing list