Skip to content

Commit

Permalink
always build universal wheels
Browse files Browse the repository at this point in the history
All of our projects are pure python, so we can build universal wheels by default.

Change-Id: I3369303d278af6154cdcf06b727e8ff941dc410a
  • Loading branch information
4383 committed Oct 4, 2018
1 parent 95b487b commit e9ed47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ oslo.messaging.notify.drivers =
oslo.config.opts =
oslo.messaging = oslo_messaging.opts:list_opts

[wheel]
[bdist_wheel]
universal = 1

[compile_catalog]
Expand Down

0 comments on commit e9ed47f

Please sign in to comment.