Rhoana / butterfly

Documentation
http://butterfly.rtfd.io
MIT License
2 stars 5 forks source link

repackaging project #1

Closed jtriley closed 8 years ago

jtriley commented 8 years ago

This branch fixes a number of packaging issues:

LeeKamentsky commented 8 years ago

So I looked everything over, Justin, and it all looks good from my perspective. Amazingly, the aggressive autopep8 did not break anything that I can see (it will when you run it on vcg/pycomprimato because I have assignments that have side-effects (e.g. thisfieldinthebitmapheader=np.frombuffer(fd.read(4), np.uint32)) ).

Let me know when you've checked that it runs, then I will accept. Thx for doing this work.