summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAndy Smith <github@anarkystic.com>2012-01-27 03:50:49 -0800
committerAndy Smith <github@anarkystic.com>2012-01-27 03:50:49 -0800
commitd23691b78b0491fad9fb2e2e02c4d99d4bbf34a0 (patch)
treecfc4f53bf3663dfa8a9243f9ebf3865a3d998482 /setup.py
parent20243af977061ebee25e0383b8a789b056e19fd8 (diff)
parent68aa9cd10fca548dcbf2a8a58d7cf902a1af655b (diff)
Merge pull request #25 from 4P/pipup
fixing up PIP requirements for testing and virtualenv
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dcd4f2e0..6c1ce848 100755
--- a/setup.py
+++ b/setup.py
@@ -10,5 +10,5 @@ setup(name='keystone',
packages=find_packages(exclude=['test', 'bin']),
scripts=['bin/keystone', 'bin/keystone-manage'],
zip_safe=False,
- install_requires=['setuptools'],
+ install_requires = ['setuptools', 'python-keystoneclient'],
)