#!/usr/bin/env bash
#
# Upstream does not have a setup.py file, so we supply one with Sage
#

mv setup.py src
cd src && $PIP_INSTALL .
