mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
find_packages(exclude=) only works with packages, not modules. So this fixes install_lib for python2 by correctly excluding that module. Fixes: #270 Fixes: #271 Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>