From ea96a8f59e6c4935de21dbf6db3a4dce41aa470b Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Wed, 20 Feb 2008 10:43:15 -0500 Subject: Add an entry point to our FuncWebVisitManager --- funcweb/setup.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'funcweb') diff --git a/funcweb/setup.py b/funcweb/setup.py index cff4101..c634983 100644 --- a/funcweb/setup.py +++ b/funcweb/setup.py @@ -72,6 +72,10 @@ setup( 'turbogears.identity.provider' : [ 'pam = funcweb.identity.pamprovider:PAMIdentityProvider' ], + + 'turbogears.visit.manager' : [ + 'funcvisit = funcweb.identity.visit:FuncWebVisitManager' + ], }, # Uncomment next line and create a default.cfg file in your project dir # if you want to package a default configuration in your egg. -- cgit