From ebeda76d08632b3a43d387e8c489dfffb65009ee Mon Sep 17 00:00:00 2001 From: Adipudi Praveena Date: Tue, 10 May 2011 20:20:16 +0530 Subject: Added the keystone top dir in configuration --- setup.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f5ab870a..41f326cd 100644 --- a/setup.py +++ b/setup.py @@ -31,13 +31,13 @@ setup( include_package_data=True, packages=find_packages(exclude=['test', 'bin']), scripts=['bin/keystone'] - zip_safe=False, - install_requires=['setuptools'], - entry_points={ - 'paste.app_factory': ['main=identity:app_factory'], - 'paste.filter_factory': [ - 'papiauth=keystone:papiauth_factory', - 'tokenauth=keystone:tokenauth_factory', - ], - }, +# zip_safe=False, +# install_requires=['setuptools'], +# entry_points={ +# 'paste.app_factory': ['main=identity:app_factory'], +# 'paste.filter_factory': [ +# 'papiauth=keystone:papiauth_factory', +# 'tokenauth=keystone:tokenauth_factory', +# ], +# }, ) -- cgit