always build universal wheels

All of our projects are pure python, so we can build universal wheels by default.

Change-Id: I3369303d278af6154cdcf06b727e8ff941dc410a
This commit is contained in:
Hervé Beraud 2018-10-04 17:02:03 +02:00
parent 95b487ba6b
commit e9ed47f416
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ oslo.messaging.notify.drivers =
oslo.config.opts =
oslo.messaging = oslo_messaging.opts:list_opts
[wheel]
[bdist_wheel]
universal = 1
[compile_catalog]