forcedotcom / distributions

Low-level primitives for collapsed Gibbs sampling in python and C++
BSD 3-Clause "New" or "Revised" License
33 stars 25 forks source link

Allow python setup.py bdist_wheel. #58

Closed cap closed 10 years ago

fritzo commented 10 years ago

+1 Do wheels require any pypi changes or MANIFEST changes?

cap commented 10 years ago

There are varying degrees of wheel support. This little hack makes cython and wheel-building work together. I don't think we'll ever upload wheels to pypi because it doesn't allow binaries for linux, only osx and windows, and so wheels don't make much sense there. If the manifest is good enough for setup.py dist generally, I think it should be good enough for wheels.