summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index ea49ce0a..83ead0ca 100644
--- a/setup.py
+++ b/setup.py
@@ -35,9 +35,8 @@ setup(
entry_points={
'paste.app_factory': ['main=identity:app_factory'],
'paste.filter_factory': [
- 'papiauth=keystone.middleware.papiauth:filter_factory',
- 'tokenauth=keystone.auth_protocol.' +
- 'auth_protocol_token:filter_factory',
+ 'papiauth=keystone:papiauth_factory',
+ 'tokenauth=keystone:tokenauth_factory',
],
},
)