Always build universal wheels

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

Change-Id: Ic27b8da68977156d1eca3a33d91f352dca551ddf
This commit is contained in:
Hervé Beraud 2018-10-09 16:16:11 +02:00
parent 2705800cd3
commit 903a4f714f
1 changed files with 1 additions and 1 deletions

View File

@ -51,5 +51,5 @@ keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo_service/locale/oslo_service.pot
[wheel]
[bdist_wheel]
universal = true