Always build universal wheels

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

Change-Id: Iee39e1ab0a1dd282dd2d04a4cf95ae63685e658d
This commit is contained in:
Hervé Beraud 2018-10-05 10:45:54 +02:00
parent 2ca49ee682
commit 77c3684284
1 changed files with 1 additions and 1 deletions

View File

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