summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2018-10-05 14:03:29 +0200
committerHervé Beraud <hberaud@redhat.com>2018-10-05 14:03:29 +0200
commitb2b0f2c084e8ae067c59e0c4ed07c17e542fa376 (patch)
treed24bfcb7658fa71dc0a1f6bb935b8b7ca24d11e6 /setup.cfg
parent905729f9bf92e6a8df4846bba29586d269bd90c4 (diff)
downloadoslo-context-b2b0f2c084e8ae067c59e0c4ed07c17e542fa376.tar.gz
Always build universal wheels
All of our projects are pure python, so we can build universal wheels by default. Change-Id: I04791f928c4818119085f207948fee1555978d13
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 6d81485..c89c009 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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