From 583526e21930f78e8247c46420fc0445d22785f1 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Mon, 3 Nov 2025 15:30:05 +0100 Subject: [PATCH] Simplify conda-recipe --- conda-recipe/bld.bat | 2 -- conda-recipe/build.sh | 2 -- conda-recipe/meta.yaml | 1 + 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 conda-recipe/bld.bat delete mode 100644 conda-recipe/build.sh diff --git a/conda-recipe/bld.bat b/conda-recipe/bld.bat deleted file mode 100644 index b9cd616..0000000 --- a/conda-recipe/bld.bat +++ /dev/null @@ -1,2 +0,0 @@ -"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt -if errorlevel 1 exit 1 diff --git a/conda-recipe/build.sh b/conda-recipe/build.sh deleted file mode 100644 index 8948114..0000000 --- a/conda-recipe/build.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -$PYTHON setup.py install --single-version-externally-managed --record=record.txt diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 864b4d9..2cb0d20 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -8,6 +8,7 @@ source: path: .. build: + script: python setup.py install --single-version-externally-managed --record=record.txt noarch: python number: 0 entry_points: