summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2018-10-04 10:27:33 +0100
committerStephen Finucane <sfinucan@redhat.com>2018-10-04 10:52:05 +0100
commitf14a3b2b73c6c95edbea8de799cf1df07decdf0e (patch)
tree53ebbf8b52bb4ca106880da32aea1b82fa0ec8ed /setup.cfg
parent97e343c0cfe03e5d09a810a0e9f1f239fd76233f (diff)
downloadpbr-f14a3b2b73c6c95edbea8de799cf1df07decdf0e.tar.gz
Support wheel 0.32.0+
Wheel 0.32.0 removed the 'wheel install' command [1] and, subsequently, the 'wheel.install' module [2]. It also made 'WheelFile' a subclass of 'zipfile.ZipFile' rather than a wrapper [2] and deprecated the '[wheel]' section of 'setup.cfg' in favour of '[bdist_wheel]'. Handle these changes. [1] https://github.com/pypa/wheel/commit/353217fb4 [2] https://github.com/pypa/wheel/commit/89492505b Change-Id: I2903089a07bdd2dc96437b9f65f2d2bba2741707
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index bd65299..6fa3c42 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -53,5 +53,5 @@ build-dir = doc/build
source-dir = doc/source
warning-is-error = 1
-[wheel]
+[bdist_wheel]
universal = 1