This includes a handy deploy script for running tests before uploading to PyPi. I'm quite bad at remembering that, so this is a nice addition. This also includes a fix for tests making their way into wheels, which previously happened any time python setup.py bdist_wheel was run regardless of the entry in MANIFEST.in. Using pip instead fixes this problem.
This includes a handy deploy script for running tests before uploading to PyPi. I'm quite bad at remembering that, so this is a nice addition. This also includes a fix for tests making their way into wheels, which previously happened any time
python setup.py bdist_wheel
was run regardless of the entry in MANIFEST.in. Using pip instead fixes this problem.Fix for #56