Skip to content

Commit ae5e3ce

Browse files
committed
Enable universal wheels for microversion-parse
The library is fully python 3 and 2 happy, so the wheel should be too. Change-Id: I62f437ed7ac7852f400fd4d8391577c8ea3ab6a9
1 parent 6a379d9 commit ae5e3ce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ packages =
2525
all_files = 1
2626
build-dir = doc/build
2727
source-dir = doc/source
28+
29+
[bdist_wheel]
30+
universal=1

0 commit comments

Comments
 (0)