#!/bin/bash
SITE_PKG=$(python3 -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')

cp -v masspcf/*.py "$SITE_PKG/masspcf/"
