From ee6b82bf042e3e22992cbb0f3e25182e48a7293e Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 13 Apr 2018 10:16:48 -0400 Subject: [PATCH] Build universal wheels It is possible to use python3 for shade, so support both python2 and python3 wheels. Change-Id: I77aa290d2671a0457555c3161e279fa2ca52e99c Signed-off-by: Paul Belanger --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 3f3300b3d..ecf0588f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,9 @@ classifier = console_scripts = shade-inventory = shade.cmd.inventory:main +[bdist_wheel] +universal = 1 + [build_sphinx] source-dir = doc/source build-dir = doc/build