summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--funcweb/setup.py4
1 files changed, 4 insertions, 0 deletions
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.