fixed the packages.sh scripts (from Jose)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user