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:
parent
7d4458448c
commit
ee6b82bf04
@ -22,6 +22,9 @@ classifier =
|
|||||||
console_scripts =
|
console_scripts =
|
||||||
shade-inventory = shade.cmd.inventory:main
|
shade-inventory = shade.cmd.inventory:main
|
||||||
|
|
||||||
|
[bdist_wheel]
|
||||||
|
universal = 1
|
||||||
|
|
||||||
[build_sphinx]
|
[build_sphinx]
|
||||||
source-dir = doc/source
|
source-dir = doc/source
|
||||||
build-dir = doc/build
|
build-dir = doc/build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user