summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2018-10-05 13:52:20 +0200
committerHervé Beraud <hberaud@redhat.com>2018-10-05 13:52:20 +0200
commit3ed560af136c717fa2ccf81d93281106de35a904 (patch)
treefbf64cc226f0fe04b401bb503bcbfde22b4428e1 /setup.cfg
parentb12783ea0f86dbe030094634f1e25303a6472f3c (diff)
downloadoslo-config-3ed560af136c717fa2ccf81d93281106de35a904.tar.gz
Always build universal wheels
All of our projects are pure python, so we can build universal wheels by default. Change-Id: Ic5e5089a8ff62660392a92cfc9c0aa29d4d32e0a
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 addb688..8fd669f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -35,5 +35,5 @@ oslo.config.opts =
oslo.config.driver =
remote_file = oslo_config.sources._uri:URIConfigurationSourceDriver
-[wheel]
+[bdist_wheel]
universal = 1