We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971203b commit 96dea4aCopy full SHA for 96dea4a
1 file changed
scripts/clean_up.bat
@@ -9,10 +9,12 @@ REM (see PythonQwt LICENSE file for more details)
9
REM ======================================================
10
call %~dp0utils GetScriptPath SCRIPTPATH
11
call %FUNC% GetLibName LIBNAME
12
+call %FUNC% GetModName MODNAME
13
cd %SCRIPTPATH%\..\
14
15
@REM Removing files/directories related to Python/doc build process
16
if exist %LIBNAME%.egg-info ( rmdir /s /q %LIBNAME%.egg-info )
17
+if exist %MODNAME%.egg-info ( rmdir /s /q %MODNAME%.egg-info )
18
if exist MANIFEST ( del /q MANIFEST )
19
if exist build ( rmdir /s /q build )
20
if exist dist ( rmdir /s /q dist )
0 commit comments