From 2ddb0a668a2c1b76bbf3695d4156132a5024f938 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Fri, 6 Nov 2020 10:29:43 +0100 Subject: [PATCH] Switch build to noarch package --- conda-recipe/bld.bat | 2 ++ conda-recipe/meta.yaml | 1 + 2 files changed, 3 insertions(+) create mode 100644 conda-recipe/bld.bat diff --git a/conda-recipe/bld.bat b/conda-recipe/bld.bat new file mode 100644 index 0000000..b9cd616 --- /dev/null +++ b/conda-recipe/bld.bat @@ -0,0 +1,2 @@ +"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt +if errorlevel 1 exit 1 diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 8d049ac..8b7395d 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -8,6 +8,7 @@ source: path: .. build: + noarch: python number: 0 entry_points: - pyzebra = pyzebra.app.cli:main