summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Basnight <mbasnight@gmail.com>2013-09-26 22:26:02 -0700
committerNikhil Manchanda <SlickNik@gmail.com>2013-10-09 19:21:08 -0700
commitfd43cbd73b9de8a216039e6e66a8523e4c96543d (patch)
tree052f84ab0d9904c9e850c590db8e6208edd39727 /setup.py
parent12a577f15a76694b8dc0182fe3b503a765974290 (diff)
downloadpython-troveclient-fd43cbd73b9de8a216039e6e66a8523e4c96543d.tar.gz
Massive refactoring to the troveclient
The new client adheres to the standards of the other clients now. It prints out tables, uses ENVVAR's for auth, no longer stores pickled json in a login token, uses openstack common, and moves the cli operations into a v1 module for the future of trove when it has a v2 api. Please note for compatibility, the troveclient.compat module has the old cli. In order to deploy it, amend the setup.cfg to include the compat module. implements blueprint cli-compliance-upgrade Change-Id: Ie69d9dbc75ce90496da316244c97acca1877a327
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 15f4e9d..2a0786a 100755
--- a/setup.py
+++ b/setup.py
@@ -18,5 +18,5 @@
import setuptools
setuptools.setup(
- setup_requires=['pbr>=0.5.20'],
+ setup_requires=['pbr>=0.5.21,<1.0'],
pbr=True)