kiyo-masui / bitshuffle

Filter for improving compression of typed binary data.
Other
215 stars 76 forks source link

close #46 #47

Closed kif closed 8 years ago

kif commented 8 years ago

simply add the references to MANIFEST.in

kiyo-masui commented 8 years ago

Whoops, that's embarrassing!

One modification: The .c and .h files in the 'bitshuffle' directory should not be included. They are generated by cython. Also there are no .pyx files in 'src'. Could you stripe those out and I'll merge, re-release and upload to pypi.

kiyo-masui commented 8 years ago

Oh and don't worry about the travis-CI failing. There is something wrong in the Python 3.5 environment and it can't find an HDF5 header. All the other build work fine. I've been meaning to fix that.

kiyo-masui commented 8 years ago

Actually, there are a few issues with the distribution. I'll pull your commit and add tweak it until it works.