#!/bin/sh
set -e

PYTHON3=$(readlink /usr/bin/python3)
find /usr/local/lib/$PYTHON3/dist-packages/ ! -name __pycache__ ! -name '*.pyc'
