Closed mrocklin closed 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! :-)
Fixes #80
Does this look right @pfmoore @toddjen ?