Changeset 5495 for main/waeup.sirp/trunk/setup.py
- Timestamp:
- 25 Aug 2010, 00:32:07 (14 years ago)
- Location:
- main/waeup.sirp/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk
- Property svn:ignore
-
old new 3 3 parts 4 4 .installed.cfg 5 var
-
- Property svn:ignore
-
main/waeup.sirp/trunk/setup.py
r5328 r5495 7 7 'setuptools', 8 8 'grok', 9 'grokcore.startup', 9 10 'grokui.admin', 10 11 'hurry.query', … … 81 82 entry_points=""" 82 83 # Add entry points here 84 [console_scripts] 85 sirp-debug = grokcore.startup:interactive_debug_prompt 86 sirpctl = grokcore.startup:zdaemon_controller 87 [paste.app_factory] 88 main = grokcore.startup:application_factory 89 debug = grokcore.startup:debug_application_factory 90 83 91 """, 84 92 )
Note: See TracChangeset for help on using the changeset viewer.