From 19f50737a6da56f05d1086a3aaea629e5e814397 Mon Sep 17 00:00:00 2001 From: Deokgyu Yang Date: Tue, 21 Apr 2020 12:17:35 +0900 Subject: [PATCH] Add wheel option, universal Signed-off-by: Deokgyu Yang --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 0167558..e7291c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,3 +5,6 @@ url= https://github.com/hardkernel/WiringPi2-Python description= A Port of WiringPi Python project for ODROID boards long_description = file:README.rst license = LGPL + +[bdist_wheel] +universal = 1