From 67b02d047abc592f97fc1cf1ef2e8fc3ec3d3207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Tue, 9 Oct 2018 15:50:48 +0200 Subject: [PATCH] Always build universal wheels All of our projects are pure python, so we can build universal wheels by default. Change-Id: Ifbba76848c79be9415c7305f90d020973d3bb116 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f52322bf..b9f72dbc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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]