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