summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRamana Juvvadi <rjuvvadi@hcl.com>2011-05-10 11:18:54 -0500
committerRamana Juvvadi <rjuvvadi@hcl.com>2011-05-10 11:18:54 -0500
commitbfffddfde3fd849f1d1be31aa0984740308a749f (patch)
tree380d91f52bab2bc16f8b2a6f049d4815f6e7ee5b /setup.py
parent3b1cdf2ab31e47b020ffa9af36f9593290b043f8 (diff)
parentf4a85e7725a58192a7a5c394b610748e60c714d6 (diff)
Merge branch 'praveena' of https://git.hcleai.com/keystone into praveena
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py18
1 files changed, 9 insertions, 9 deletions
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',
+# ],
+# },
)