wheel: build universal wheels
This project is compatible with both py2 and py3, better make use of universal wheels. Change-Id: I4d3655bd81cf81f4729c88904faf5b57af96637d Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
This commit is contained in:
parent
2c443e5122
commit
71ba150709
@ -19,6 +19,9 @@ classifier =
|
|||||||
Programming Language :: Python :: 3.4
|
Programming Language :: Python :: 3.4
|
||||||
Programming Language :: Python :: 3.5
|
Programming Language :: Python :: 3.5
|
||||||
|
|
||||||
|
[bdist_wheel]
|
||||||
|
universal = 1
|
||||||
|
|
||||||
[entry_points]
|
[entry_points]
|
||||||
oslo.config.opts =
|
oslo.config.opts =
|
||||||
kuryr = kuryr.lib.opts:list_kuryr_opts
|
kuryr = kuryr.lib.opts:list_kuryr_opts
|
||||||
|
Loading…
Reference in New Issue
Block a user