for f in packages/*.whl 
do 
	python -m zipfile -e "$f" libs
done
