From c18664985fc54650f699c347935981838b0d8f46 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 7 Sep 2018 19:24:30 -0400 Subject: [PATCH] Enable universal wheel lftools is Python 2 and 3 compatible so enable universal wheels. Change-Id: I7a75f944030e35d4b021709700084abf11b6ae00 Signed-off-by: Thanh Ha --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 1d1ed796..0503a8b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,9 @@ classifier = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 +[wheel] +universal = 1 + [extras] ldap = python-ldap~=3.1.0 -- 2.16.6