Merge pull request #87 from mesosphere/jason/packagefix

fixed the packages.sh scripts (from Jose)
This commit is contained in:
Connor Doyle
2015-03-31 17:13:54 -07:00
2 changed files with 8 additions and 6 deletions

View File

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