From: Thanh Ha Date: Fri, 7 Sep 2018 23:24:30 +0000 (-0400) Subject: Enable universal wheel X-Git-Tag: v0.18.0~10^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F12505%2F1;p=releng%2Flftools.git Enable universal wheel lftools is Python 2 and 3 compatible so enable universal wheels. Change-Id: I7a75f944030e35d4b021709700084abf11b6ae00 Signed-off-by: Thanh Ha --- 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