Files
deb-python-dcos/cli/bin/packages.sh
2015-03-31 17:01:36 -07:00

10 lines
178 B
Bash
Executable File

#!/bin/bash -e
BASEDIR=`dirname $0`/..
echo "Building wheel..."
"$BASEDIR/env/bin/python" setup.py bdist_wheel
echo "Building egg..."
"$BASEDIR/env/bin/python" setup.py sdist