Create universal wheel when releasing with zest.releaser.

[ci skip]
This commit is contained in:
Maurits van Rees 2017-05-31 19:10:17 +02:00
parent 8a2a1073df
commit ce531de851
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE

View File

@ -5,3 +5,9 @@ all_files = 1
[upload_sphinx]
upload-dir = docs/html
[bdist_wheel]
universal = 1
[zest.releaser]
create-wheel = yes