diff options
| author | Ramana Juvvadi <rjuvvadi@hcl.com> | 2011-05-10 11:18:54 -0500 |
|---|---|---|
| committer | Ramana Juvvadi <rjuvvadi@hcl.com> | 2011-05-10 11:18:54 -0500 |
| commit | bfffddfde3fd849f1d1be31aa0984740308a749f (patch) | |
| tree | 380d91f52bab2bc16f8b2a6f049d4815f6e7ee5b /setup.py | |
| parent | 3b1cdf2ab31e47b020ffa9af36f9593290b043f8 (diff) | |
| parent | f4a85e7725a58192a7a5c394b610748e60c714d6 (diff) | |
Merge branch 'praveena' of https://git.hcleai.com/keystone into praveena
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', +# ], +# }, ) |
