Enable universal wheel 05/12505/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 7 Sep 2018 23:24:30 +0000 (19:24 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 7 Sep 2018 23:24:33 +0000 (19:24 -0400)
lftools is Python 2 and 3 compatible so enable universal wheels.

Change-Id: I7a75f944030e35d4b021709700084abf11b6ae00
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
setup.cfg

index 1d1ed79..0503a8b 100644 (file)
--- 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