opencv-python: https://pypi.python.org/pypi/opencv-python
opencv-contrib-python: https://pypi.python.org/pypi/opencv-contrib-python
Changes:
- Compiled extensions moved to platlib from purelib
- makes the wheels PEP 491 compatible (https://www.python.org/dev/peps/pep-0491/#what-s-the-deal-with-purelib-vs-platlib)
- this should also make it possible to build pex files (https://github.com/pantsbuild/pex) which include
opencv-python
- License files moved to
package_data
intocv2
folder (thanks to Jon Winsley)