Final fixes for the first version
This commit is contained in:
13
pip-build.bat
Normal file
13
pip-build.bat
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
RMDIR /S /Q dist
|
||||
RMDIR /S /Q build
|
||||
CALL python setup.py bdist_wheel --universal
|
||||
if NOT %ERRORLEVEL% == 0 goto errorHandling
|
||||
cd ..
|
||||
pause
|
||||
exit 0
|
||||
|
||||
:errorHandling
|
||||
echo "Error while building..."
|
||||
pause
|
||||
exit 1
|
Reference in New Issue
Block a user