Build universal wheels

It is possible to use python3 for shade, so support both python2 and
python3 wheels.

Change-Id: I77aa290d2671a0457555c3161e279fa2ca52e99c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-13 10:16:48 -04:00
parent 7d4458448c
commit ee6b82bf04
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ classifier =
console_scripts =
shade-inventory = shade.cmd.inventory:main
[bdist_wheel]
universal = 1
[build_sphinx]
source-dir = doc/source
build-dir = doc/build