From 3ea58718c01d30018501dff07c0e0194add06a27 Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Tue, 7 Jan 2025 13:29:28 +1100 Subject: [PATCH] fix: finally add license and readme --- conda/bld.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda/bld.bat b/conda/bld.bat index 977af1ec..f52af02d 100644 --- a/conda/bld.bat +++ b/conda/bld.bat @@ -1,3 +1,5 @@ mkdir %SP_DIR%\map2loop +copy %RECIPE_DIR%\..\LICENSE %SP_DIR%\map2loop\ +copy %RECIPE_DIR%\..\README.md %SP_DIR%\map2loop\ copy %RECIPE_DIR%\..\dependencies.txt %SP_DIR%\map2loop\ %PYTHON% -m pip install . --no-deps \ No newline at end of file