summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg4
-rw-r--r--setup.py2
2 files changed, 1 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 6fc426cd..3513c3bf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,10 +21,6 @@ classifier =
packages =
novaclient
-[global]
-setup-hooks =
- pbr.hooks.setup_hook
-
[entry_points]
console_scripts =
nova = novaclient.shell:main
diff --git a/setup.py b/setup.py
index 2a0786a8..70c2b3f3 100644
--- 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)