blaze / datashape

Language defining a data description protocol
BSD 2-Clause "Simplified" License
183 stars 65 forks source link

Add MANIFEST.in #102

Closed mrocklin closed 10 years ago

mrocklin commented 10 years ago

Fixes #80

Does this look right @pfmoore @toddjen ?

pfmoore commented 10 years ago

I cloned your repo branch, built a sdist from it, and that does seem to install correctly So yes, it looks good.

If you use tox to run your tests, it automatically builds a sdist and installs from that, which might help you avoid issues like this in future (if you're willing to put the time into setting up testing via tox, of course...)

And in the process of testing this, I've just discovered that the latest version of numpy builds cleanly from source on Windows w00t! :-)