summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-10-09 22:47:23 -0400
committerMonty Taylor <mordred@inaugust.com>2013-10-09 22:47:23 -0400
commit42db0cf585504472ea440611826d62ce8a22fe81 (patch)
tree11f72dca41cd0c3976fc7c25d5bb7e66d5d5033e /setup.py
parentfd43cbd73b9de8a216039e6e66a8523e4c96543d (diff)
downloadpython-troveclient-42db0cf585504472ea440611826d62ce8a22fe81.tar.gz
Tweak pbr conf
Mainly, remove the pin in setup.py and remove the hook entry in setup.cfg. Update from requirements while we're at it. Change-Id: I34a05229b9ea0bdfd99dc16d09713c9494c1cb78
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 2a0786a..70c2b3f 100755
--- a/setup.py
+++ b/setup.py
@@ -18,5 +18,5 @@
import setuptools
setuptools.setup(
- setup_requires=['pbr>=0.5.21,<1.0'],
+ setup_requires=['pbr'],
pbr=True)