Switch build to noarch package

This commit is contained in:
usov_i 2020-11-06 10:29:43 +01:00
parent de81f2fd9f
commit 2ddb0a668a
2 changed files with 3 additions and 0 deletions

2
conda-recipe/bld.bat Normal file
View File

@ -0,0 +1,2 @@
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt
if errorlevel 1 exit 1

View File

@ -8,6 +8,7 @@ source:
path: ..
build:
noarch: python
number: 0
entry_points:
- pyzebra = pyzebra.app.cli:main