From 3a90659768bb28476d552744ea8bece6f6555271 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Tue, 12 Jun 2018 15:58:28 +0100 Subject: [PATCH] Build universal wheels See https://packaging.python.org/guides/distributing-packages-using-setuptools/#universal-wheels Closes-Bug: #1760157 Change-Id: I8c95ff5969e47189269ef44e021a3bb8ac32bb16 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 9aba8f83..eb03f012 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,6 +54,8 @@ cliff.demo = cliff.demo.hooked = sample-hook = cliffdemo.hook:Hook +[bdist_wheel] +universal = 1 [build_sphinx] all-files = 1