Revert "eobuilder: I love setuptools"

This reverts commit 8927696493.
This commit is contained in:
Benjamin Dauvergne 2013-11-19 18:15:31 +01:00
parent c4088f97a6
commit 0b9e1a7f42
1 changed files with 3 additions and 3 deletions

View File

@ -135,9 +135,9 @@ cd $GIT_PROJECT_PATH
git checkout master
git pull
if [ -f "setup.py" ]; then
PROJECT_NAME=`python setup.py --name 2> /dev/null`
PROJECT_VERSION=`python setup.py --version 2> /dev/null`
PROJECT_FULL_NAME=`python setup.py --fullname 2> /dev/null`
PROJECT_NAME=`python setup.py --name`
PROJECT_VERSION=`python setup.py --version`
PROJECT_FULL_NAME=`python setup.py --fullname`
elif [ -f "configure.ac" ]; then
./autogen.sh
make all