NF: add wheel renaming

This commit is contained in:
Matthew Brett 2014-06-28 22:37:02 +01:00
parent 17760efefb
commit 139fb757ec

View File

@ -16,6 +16,7 @@ install:
- patch -p1 < ../pillow.patch
- python setup.py bdist_wheel
- delocate-wheel dist/*.whl
- rename_wheels dist/*.whl
- pip install dist/*.whl
- cd ..