From 5a49eac4ac979385fec8d3cc4ffd6eb22c35ad7b Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Tue, 19 Feb 2008 21:56:21 -0500 Subject: Add an entry point for our PAMIdentityProvider --- funcweb/setup.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'funcweb') diff --git a/funcweb/setup.py b/funcweb/setup.py index 9bde340..cff4101 100644 --- a/funcweb/setup.py +++ b/funcweb/setup.py @@ -68,6 +68,10 @@ setup( 'console_scripts': [ 'start-funcweb = funcweb.commands:start', ], + + 'turbogears.identity.provider' : [ + 'pam = funcweb.identity.pamprovider:PAMIdentityProvider' + ], }, # 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