From 550d94eb6cf2a5a844cec62dc505492c04ef2bc4 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Sun, 24 Apr 2011 17:07:50 -0700 Subject: fixed paste configs to run without eggs --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'setup.py') 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', ], }, ) -- cgit