diff options
| author | Adipudi Praveena <padipudi@padipudi.(none)> | 2011-05-10 20:20:16 +0530 |
|---|---|---|
| committer | Adipudi Praveena <padipudi@padipudi.(none)> | 2011-05-10 20:20:16 +0530 |
| commit | ebeda76d08632b3a43d387e8c489dfffb65009ee (patch) | |
| tree | bdba3a87450a9fcbfbd5b52b613414338634eeac /setup.py | |
| parent | c4cfe98424e6b25ef6fd72d1a62e328a680c4ec9 (diff) | |
Added the keystone top dir in configuration
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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', +# ], +# }, ) |
