Always build universal wheels

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

Change-Id: Ifbba76848c79be9415c7305f90d020973d3bb116
This commit is contained in:
Hervé Beraud 2018-10-09 15:50:48 +02:00
parent e64c6bb697
commit 67b02d047a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ oslo.db.migration =
alembic = oslo_db.sqlalchemy.migration_cli.ext_alembic:AlembicExtension
migrate = oslo_db.sqlalchemy.migration_cli.ext_migrate:MigrateExtension
[wheel]
[bdist_wheel]
universal = 1
[build_sphinx]