diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml
index 6b6bdc2..2d82811 100644
--- a/conda-recipe/meta.yaml
+++ b/conda-recipe/meta.yaml
@@ -10,6 +10,8 @@ source:
build:
number: {{ buildnumber }}
+ script_env:
+ - WHEELS_OUTPUT_FOLDER
ignore_run_exports:
- blas
@@ -30,6 +32,7 @@ requirements:
- mkl-devel
- tbb-devel
- numpy-base
+ - wheel >=0.41.3
run:
- python
- {{ pin_compatible('intel-cmplr-lib-rt') }}
@@ -52,3 +55,12 @@ about:
license: BSD-3
license_file: LICENSE.txt
summary: Universal functions for real and complex floating point arrays powered by Intel(R) Math Kernel Library Vector (Intel(R) MKL) and Intel(R) Short Vector Math Library (Intel(R) SVML)
+ description: |
+ LEGAL NOTICE: Use of this software package is subject to the
+ software license agreement (as set forth above, in the license section of
+ the installed Conda package and/or the README file) and all notices,
+ disclaimers or license terms for third party or open source software
+ included in or with the software.
+
+ EULA: BSD-3-Clause
+