pyblish / pyblish-qml

Pyblish QML frontend for Maya 2013+, Houdini 11+, Nuke 8+ and more
GNU Lesser General Public License v3.0
115 stars 44 forks source link

Add setup.cfg to tell bdist_wheel that we want a 'universal' wheel. #298

Closed darkvertex closed 6 years ago

darkvertex commented 6 years ago

.travis.yml is already configured to make a wheel file, but not a universal one.

This fixes that.

darkvertex commented 6 years ago

(Rebased over latest master, squashed two commits and adjusted version number bump to 1.8.3 since 1.8.2 was recently released.)

darkvertex commented 6 years ago

Do you think this is good to be merged? It's the last unmerged of the wheel-making PRs I prepared. It'd be cool to complete the collection, lol.

darkvertex commented 6 years ago

~Actually, just noticed I didn't "wheelify" pyblish-nuke so I'll make a PR for that.~ It's been merged. :heavy_check_mark:

mottosso commented 6 years ago

Thank you!