cmbruns / pyopenvr

Unofficial python bindings for Valve's OpenVR virtual reality SDK
BSD 3-Clause "New" or "Revised" License
251 stars 40 forks source link

Support for wheel package #24

Closed jf-mgd closed 7 years ago

jf-mgd commented 7 years ago

I used to store my modules using the wheel format. Using setuptools instead of distutils.core allows this, and should be backward compatible with other packaging methods.

cmbruns-hhmi commented 7 years ago

This might resolve issue #19