Enable universal wheels for microversion-parse

The library is fully python 3 and 2 happy, so the wheel
should be too.

Change-Id: I62f437ed7ac7852f400fd4d8391577c8ea3ab6a9
This commit is contained in:
Chris Dent 2018-03-21 17:39:24 +00:00
parent 6a379d9783
commit ae5e3ce521
1 changed files with 3 additions and 0 deletions

View File

@ -25,3 +25,6 @@ packages =
all_files = 1
build-dir = doc/build
source-dir = doc/source
[bdist_wheel]
universal=1