summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-09-20 15:55:42 -0700
committerMonty Taylor <mordred@inaugust.com>2013-09-20 16:02:57 -0700
commitce89f7b12a6f3e80dda2573bfa96a07b8b7d7740 (patch)
tree22fbbb6feaae5937d0ca0b26487e957296a46630 /setup.cfg
parentc7e62d4c5706a021c5ab566baed5048a4ee5f885 (diff)
downloadpython-novaclient-ce89f7b12a6f3e80dda2573bfa96a07b8b7d7740.tar.gz
Update pbr usage
We've discovered that having versions in setup_requires leads to evil and death. Also, the setup-hooks in setup.cfg are completely unnecessary anymore. Change-Id: I8878e635e0828bbddb81d9c6321a9f10ad3b89fe
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 0 insertions, 4 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