Always build universal wheels

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

Change-Id: I04791f928c4818119085f207948fee1555978d13
This commit is contained in:
Hervé Beraud 2018-10-05 14:03:29 +02:00
parent 905729f9bf
commit b2b0f2c084
1 changed files with 1 additions and 1 deletions

View File

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