From 7d28ff27ba704b2dc76fb80b075d359dd558a522 Mon Sep 17 00:00:00 2001 From: AngRodrigues Date: Tue, 7 Jan 2025 11:56:58 +1100 Subject: [PATCH] fix: add remaining files and windows too --- conda/build.bat | 5 +++++ conda/build.sh | 4 +++- dependencies.txt | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 conda/build.bat diff --git a/conda/build.bat b/conda/build.bat new file mode 100644 index 00000000..abf98b14 --- /dev/null +++ b/conda/build.bat @@ -0,0 +1,5 @@ +mkdir %SP_DIR%\map2loop +copy %RECIPE_DIR%\..\*.txt %SP_DIR%\map2loop\ +copy %RECIPE_DIR%\..\LICENSE %SP_DIR%\map2loop\ +copy %RECIPE_DIR%\..\README.md %SP_DIR%\map2loop\ +%PYTHON% -m pip install . --no-deps \ No newline at end of file diff --git a/conda/build.sh b/conda/build.sh index 5a29e42c..25737f27 100644 --- a/conda/build.sh +++ b/conda/build.sh @@ -1,4 +1,6 @@ #!/bin/bash mkdir -p $SP_DIR/map2loop cp $RECIPE_DIR/../dependencies.txt $SP_DIR/map2loop/ -$PYTHON -m pip install . --no-deps +cp $RECIPE_DIR/../LICENSE $SP_DIR/map2loop/ +cp $RECIPE_DIR/../README.md $SP_DIR/map2loop/ +$PYTHON -m pip install . --no-deps \ No newline at end of file diff --git a/dependencies.txt b/dependencies.txt index 57a2f246..7a1d95e7 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -1,4 +1,3 @@ - numpy scipy geopandas