Files
deb-python-dcos/bin/packages.sh
2015-02-23 12:00:04 -08:00

9 lines
116 B
Bash
Executable File

#!/bin/bash -e
echo "Building wheel..."
python setup.py bdist_wheel
echo "Building egg..."
python setup.py sdist