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