summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2018-10-09 15:50:48 +0200
committerHervé Beraud <hberaud@redhat.com>2018-10-09 15:52:22 +0200
commit67b02d047abc592f97fc1cf1ef2e8fc3ec3d3207 (patch)
treef8f1db7f8dd41124c4c8987ef590e007fcafb7a1 /setup.cfg
parente64c6bb6970b61b9f8aa704c5b2ac6e1f9c382d3 (diff)
downloadoslo-db-67b02d047abc592f97fc1cf1ef2e8fc3ec3d3207.tar.gz
Always build universal wheels
All of our projects are pure python, so we can build universal wheels by default. Change-Id: Ifbba76848c79be9415c7305f90d020973d3bb116
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f52322b..b9f72db 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]