Changeset 5491 for main/waeup.sirp
- Timestamp:
- 24 Aug 2010, 16:42:51 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/ulif-paster/setup.py
r5328 r5491 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.