changeset 3:ee67528d75e7

add paste entry point
author Robert Marianski <rob@marianski.com>
date Sun, 04 Oct 2009 15:31:22 -0400
parents 3c88863abf08
children 041ba864496f
files setup.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Oct 04 15:31:13 2009 -0400
+++ b/setup.py	Sun Oct 04 15:31:22 2009 -0400
@@ -22,5 +22,7 @@
       ],
       entry_points="""
       # -*- Entry points: -*-
+      [paste.app_factory]
+      main = hgpaste.factory:make_app
       """,
       )