Final fixes for the first version
This commit is contained in:
15
pip-build.sh
Executable file
15
pip-build.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
#go to the directory of the script
|
||||
reldir=`dirname $0`
|
||||
cd $reldir
|
||||
directory=`pwd`
|
||||
|
||||
rm -rf build
|
||||
rm -rf dist
|
||||
|
||||
python3 setup.py sdist
|
||||
if [ $? -ne 0 ]; then
|
||||
echo 'Python packager source distribution tool failed.'
|
||||
exit
|
||||
fi
|
Reference in New Issue
Block a user