Skip to content

Commit b5c1277

Browse files
committed
Remove __conda_version__ from Windows build script.
Not used anymore, version is defined in meta.yaml.
1 parent 1a4fe0d commit b5c1277

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

conda-recipe/bld.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ if errorlevel 1 exit 1
33

44
:: Add more build steps here, if they are necessary.
55

6-
%PYTHON% setup.py --version > __conda_version__.txt
7-
86
set MENU_DIR=%PREFIX%\Menu
97
if not exist (%MENU_DIR%) mkdir %MENU_DIR%
108

0 commit comments

Comments
 (0)