diff options
| author | Monty Taylor <mordred@inaugust.com> | 2013-10-09 22:47:23 -0400 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2013-10-09 22:47:23 -0400 |
| commit | 42db0cf585504472ea440611826d62ce8a22fe81 (patch) | |
| tree | 11f72dca41cd0c3976fc7c25d5bb7e66d5d5033e /setup.py | |
| parent | fd43cbd73b9de8a216039e6e66a8523e4c96543d (diff) | |
| download | python-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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,5 +18,5 @@ import setuptools setuptools.setup( - setup_requires=['pbr>=0.5.21,<1.0'], + setup_requires=['pbr'], pbr=True) |
