From ae5e3ce521556aaec85661e4b76ac997037d4f75 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Wed, 21 Mar 2018 17:39:24 +0000 Subject: [PATCH] Enable universal wheels for microversion-parse The library is fully python 3 and 2 happy, so the wheel should be too. Change-Id: I62f437ed7ac7852f400fd4d8391577c8ea3ab6a9 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 127e473..f47ad9d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,3 +25,6 @@ packages = all_files = 1 build-dir = doc/build source-dir = doc/source + +[bdist_wheel] +universal=1