wheels: support building universal wheels

It is nicer, since we support python2 and python3 to generate wheels
that are compatible with both.

Change-Id: Idea197cc24887993425f40034acc71278efaf421
Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
This commit is contained in:
Antoni Segura Puimedon 2016-08-18 10:41:31 +02:00
parent dc586dd072
commit 75cf79248c
No known key found for this signature in database
GPG Key ID: 2329618D2967720A

View File

@ -20,6 +20,9 @@ classifier =
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[bdist_wheel]
universal = 1
[entry_points]
oslo.config.opts =
kuryr = kuryr_libnetwork.opts:list_kuryr_opts