summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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',
+# ],
+# },
)